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 | 豫??游→? | 100110001010110000111111001111111001111111100000100000011010100000111111 | 98ac3f3f9fe081a83f |
| EUC-JP | 豫??游→? | 110100001010111000111111001111111101111011100010101000101010101000111111 | d0ae3f3fdee2a2aa3f |
| UTF-8 | 豫뗫돆游→꽴 | 111010001011000110101011111010111001011110101011111010111000111110000110111001101011100010111000111000101000011010010010111010101011110110110100 | e8b1abeb97abeb8f86e6b8b8e28692eabdb4 |
| UHC | 豫뗫돆游→꽴 | 111001111110001110001011111010111000100110010111111010101111110110100001111001101000010010111111 | e7e38beb8997eafda1e684bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)