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 | 冶⑤?泣?冶 | 10010110111010001000011101000100001111111000101110000011001111111001011011101000 | 96e887443f8b833f96e8 |
| EUC-JP | 冶??泣?冶 | 110011001110101000111111001111111011010111100011001111111100110011101010 | ccea3f3fb5e33fccea |
| UTF-8 | 冶⑤엨泣냜冶 | 111001011000011010110110111000101001000110100100111011001001011110101000111001101011001110100011111010111000001110011100111001011000011010110110 | e586b6e291a4ec97a8e6b3a3eb839ce586b6 |
| UHC | 冶⑤엨泣냜冶 | 111001011010011110101000111010111001111010000001111010111110100010000110011010001110010110100111 | e5a7a8eb9e81ebe88668e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)