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 | ?D????LB | 0011111101000100001111110011111100111111001111110100110001000010 | 3f443f3f3f3f4c42 |
SJIS-WIN | ?D????LB | 0011111101000100001111110011111100111111001111110100110001000010 | 3f443f3f3f3f4c42 |
EUC-JP | ?D????LB | 0011111101000100001111110011111100111111001111110100110001000010 | 3f443f3f3f3f4c42 |
UTF-8 | 혪D혩징혩쨌LB | 111011011001100010101010010001001110110110011000101010011110110010100111100101011110110110011000101010011110110010101000100011000100110001000010 | ed98aa44ed98a9eca795ed98a9eca88c4c42 |
UHC | 혪D혩징혩쨌LB | 11000010100100100100010011000010100100011100001010100001110000101001000111000010101101110100110001000010 | c29244c291c2a1c291c2b74c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)