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 | 耀??餓?? | 1001011101110011001111110011111110001001111011000011111100111111 | 97733f3f89ec3f3f |
| EUC-JP | 耀??餓?? | 1100110111010100001111110011111110110010111011100011111100111111 | cdd43f3fb2ee3f3f |
| UTF-8 | 耀띶렘餓숁삍 | 111010001000000010000000111010111001110110110110111010111010000010011000111010011010010010010011111011001000100010000001111011001000001010001101 | e88080eb9db6eba098e9a493ec8881ec828d |
| UHC | 耀띶렘餓숁삍 | 111010011010010110001101111001011011011110111101111001001011101110011001111001101001100010010100 | e9a58de5b7bde4bb99e69894 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)