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 | ????hTB | 00111111001111110011111100111111011010000101010001000010 | 3f3f3f3f685442 |
SJIS-WIN | ????hTB | 00111111001111110011111100111111011010000101010001000010 | 3f3f3f3f685442 |
EUC-JP | ????hTB | 00111111001111110011111100111111011010000101010001000010 | 3f3f3f3f685442 |
UTF-8 | 횂징횂짱hTB | 111011011001101010000010111011001010011110010101111011011001101010000010111011001010011110110001011010000101010001000010 | ed9a82eca795ed9a82eca7b1685442 |
UHC | 횂징횂짱hTB | 1100001110000010110000101010000111000011100000101100001010101111011010000101010001000010 | c382c2a1c382c2af685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)