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 | ?????AB | 00111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f4142 |
SJIS-WIN | ?????AB | 00111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f4142 |
EUC-JP | ?????AB | 00111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f4142 |
UTF-8 | 창횪혵횂짹AB | 1110110010110000101111011110110110011010101010101110110110011000101101011110110110011010100000101110110010100111101110010100000101000010 | ecb0bded9aaaed98b5ed9a82eca7b94142 |
UHC | 창횪혵횂짹AB | 110000111010001011000011101000001100001010011100110000111000001011000010101100010100000101000010 | c3a2c3a0c29cc382c2b14142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)