To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| SJIS-WIN | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| EUC-JP | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| UTF-8 | 챈쨘챔첩찼짝u^ | 1110110010110001100010001110110010101000100110001110110010110001100101001110110010110010101010011110110010110000101111001110110010100111100111010111010101011110 | ecb188eca898ecb194ecb2a9ecb0bceca79d755e |
| UHC | 챈쨘챔첩찼짝u^ | 1100001110100110110000101011101011000011101010001100001110111000110000111010000111000010101001100111010101011110 | c3a6c2bac3a8c3b8c3a1c2a6755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)