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 | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
SJIS-WIN | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
EUC-JP | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
UTF-8 | 혡_찼횪혮혩 | 11101101100110001010000101011111111011001011000010111100111011011001101010101010111011011001100010101110111011011001100010101001 | ed98a15fecb0bced9aaaed98aeed98a9 |
UHC | 혡_찼횪혮혩 | 1100001010001010010111111100001110100001110000111010000011000010100101011100001010010001 | c28a5fc3a1c3a0c295c291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)