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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 甕??倭??B | 111000010101000000111111001111111001100001100000001111110011111101000010 | e1503f3f98603f3f42 |
| EUC-JP | 甕??倭??B | 111000011011000100111111001111111100111111000001001111110011111101000010 | e1b13f3fcfc13f3f42 |
| UTF-8 | 甕덌쉿倭묕쉿B | 11100111100101001001010111101011100011011000110011101100100010011011111111100101100000001010110111101011101011001001010111101100100010011011111101000010 | e79495eb8d8cec89bfe580adebac95ec89bf42 |
| UHC | 甕덌쉿倭묕쉿B | 11101000101110001000100011101111101111011011001011101000110111101001000111101111101111011011001001000010 | e8b888efbdb2e8de91efbdb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)