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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 探樽達 | 100100100101010010010010010011011001001001000010 | 9254924d9242 |
| EUC-JP | 探樽達 | 110000111011010111000011101011101100001110100011 | c3b5c3aec3a3 |
| UTF-8 | 探樽達 | 111001101000111010100010111001101010100010111101111010011000000110010100 | e68ea2e6a8bde98194 |
| UHC | 探樽達 | 111101111010111011110001110111001101001110111001 | f7aef1dcd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)