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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 幽??絅 | 100101110100100000111111001111111110001101000100 | 97483f3fe344 |
| EUC-JP | 幽??絅 | 110011011010100100111111001111111110010110100101 | cda93f3fe5a5 |
| UTF-8 | 幽흔렯絅 | 111001011011100110111101111011011001110110010100111010111010000010101111111001111011010110000101 | e5b9bded9d94eba0afe7b585 |
| UHC | 幽흔렯絅 | 1110101011101011110010001110011110001110101111001100110011100111 | eaebc8e78ebccce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)