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 | 祭???淫? | 1000110111010101001111110011111100111111100010001111101000111111 | 8dd53f3f3f88fa3f |
EUC-JP | 祭???淫? | 1011101011010111001111110011111100111111101100001111110000111111 | bad73f3f3fb0fc3f |
UTF-8 | 祭흖렋렒淫렪 | 111001111010010110101101111011011001110110010110111010111010000010001011111010111010000010010010111001101011011110101011111010111010000010101010 | e7a5aded9d96eba08beba092e6b7abeba0aa |
UHC | 祭흖렋렒淫렪 | 111100001010111011001000111010001000111010100010100011101010011111101011111000101000111010111000 | f0aec8e88ea28ea7ebe28eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)