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 | ?????IA | 00111111001111110011111100111111001111110100100101000001 | 3f3f3f3f3f4941 |
SJIS-WIN | ?????IA | 00111111001111110011111100111111001111110100100101000001 | 3f3f3f3f3f4941 |
EUC-JP | ?????IA | 00111111001111110011111100111111001111110100100101000001 | 3f3f3f3f3f4941 |
UTF-8 | 채혪혢혚혘IA | 1110110010110001100001001110110110011000101010101110110110011000101000101110110110011000100110101110110110011000100110000100100101000001 | ecb184ed98aaed98a2ed989aed98984941 |
UHC | 채혪혢혚혘IA | 110000111010010011000010100100101100001010001011110000101000010111000010100000110100100101000001 | c3a4c292c28bc285c2834941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)