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 | ??_ | 001111110011111101011111 | 3f3f5f |
SJIS-WIN | ??_ | 001111110011111101011111 | 3f3f5f |
EUC-JP | ??_ | 001111110011111101011111 | 3f3f5f |
UTF-8 | 짤첩_ | 11101100101001111010010011101100101100101010100101011111 | eca7a4ecb2a95f |
UHC | 짤첩_ | 1100001010101001110000111011100001011111 | c2a9c3b85f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)