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 | 隧イ邏コ諡 | 1110100010101001101100101110011110110100101110101110011010001011 | e8a9b2e7b4bae68b |
EUC-JP | 隧イ邏コ諡 | 11110000101010111000111010110010111011101011011010001110101110101110101111101011 | f0ab8eb2eeb68ebaebeb |
UTF-8 | 隧イ邏コ諡 | 111010011001101010100111111011111011110110110010111010011000001010001111111011111011110110111010111010001010101110100001 | e99aa7efbdb2e9828fefbdbae8aba1 |
UHC | 隧?邏?諡 | 1110001011001010001111111101010110100100001111111110001111001101 | e2ca3fd5a43fe3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)