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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 甑???寃? | 1000110110011001001111110011111100111111100110111000001100111111 | 8d993f3f3f9b833f |
EUC-JP | 甑???寃? | 1011100111111001001111110011111100111111110101011110001100111111 | b9f93f3f3fd5e33f |
UTF-8 | 甑멩렲렧寃렪 | 111001111001010010010001111010111010100110101001111010111010000010110010111010111010000010100111111001011010111110000011111010111010000010101010 | e79491eba9a9eba0b2eba0a7e5af83eba0aa |
UHC | 甑멩렲렧寃렪 | 111100011111011110111000111001101000111010111111100011101011011011101010101100101000111010111000 | f1f7b8e68ebf8eb6eab28eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)