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 | 賊?儀??豆 | 100100011010111100111111100010110101011000111111001111111001001110100100 | 91af3f8b563f3f93a4 |
EUC-JP | 賊?儀??豆 | 110000101011000100111111101101011011011100111111001111111100011010100110 | c2b13fb5b73f3fc6a6 |
UTF-8 | 賊렠儀븃렍豆 | 111010001011001110001010111010111010000010100000111001011000010010000000111010111011100010000011111010111010000010001101111010001011000110000110 | e8b38aeba0a0e58480ebb883eba08de8b186 |
UHC | 賊렠儀븃렍豆 | 111011101110010010001110101100011110101111110000101110101110100010001110101000111101010011100111 | eee48eb1ebf0bae88ea3d4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)