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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 障?紆?低 | 1000111111100001001111111110001011111100001111111001001011100001 | 8fe13fe2fc3f92e1 |
| EUC-JP | 障?紆?低 | 1011111011100011001111111110010011111110001111111100010011100011 | bee33fe4fe3fc4e3 |
| UTF-8 | 障렚紆렣低 | 111010011001101010011100111010111010000010011010111001111011010010000110111010111010000010100011111001001011110110001110 | e99a9ceba09ae7b486eba0a3e4bd8e |
| UHC | 障렚紆렣低 | 11101110101000011000111010101101111010011110000110001110101101001110111010111000 | eea18eade9e18eb4eeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)