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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韜コ貅「蓴 | 1110100011101001101110101110011010111010101000101110010011110001 | e8e9bae6baa2e4f1 |
EUC-JP | 韜コ貅「蓴 | 11110000111010111000111010111010111011001011110010001110101000101110100011110011 | f0eb8ebaecbc8ea2e8f3 |
UTF-8 | 韜コ貅「蓴 | 111010011001111110011100111011111011110110111010111010001011001010000101111011111011110110100010111010001001001110110100 | e99f9cefbdbae8b285efbda2e893b4 |
UHC | 韜???蓴 | 11010100101101110011111100111111001111111110001011110001 | d4b73f3f3fe2f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)