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?? | 00111111010001000011111100111111 | 3f443f3f |
SJIS-WIN | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
EUC-JP | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
UTF-8 | 혩D청횤 | 11101101100110001010100101000100111011001011001010101101111011011001101010100100 | ed98a944ecb2aded9aa4 |
UHC | 혩D청횤 | 11000010100100010100010011000011101110111100001110011011 | c29144c3bbc39b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)