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 | ?_? | 001111110101111100111111 | 3f5f3f |
SJIS-WIN | ?_? | 001111110101111100111111 | 3f5f3f |
EUC-JP | ?_? | 001111110101111100111111 | 3f5f3f |
UTF-8 | 창_쨩 | 11101100101100001011110101011111111011001010100010101001 | ecb0bd5feca8a9 |
UHC | 창_쨩 | 1100001110100010010111111100001010111011 | c3a25fc2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)