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 | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
SJIS-WIN | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
EUC-JP | ???@?? | 001111110011111100111111010000000011111100111111 | 3f3f3f403f3f |
UTF-8 | 혧짬채@혧짧 | 11101101100110001010011111101100101001111010110011101100101100011000010001000000111011011001100010100111111011001010011110100111 | ed98a7eca7acecb18440ed98a7eca7a7 |
UHC | 혧짬채@혧짧 | 1100001010001111110000101010101111000011101001000100000011000010100011111100001010101010 | c28fc2abc3a440c28fc2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)