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 | 阡溷唐 | 111010001001010010011111111001011001001110000010 | e8949fe59382 |
| EUC-JP | 阡溷唐 | 111011111111010011011110111001111100010111100010 | eff4dee7c5e2 |
| UTF-8 | 阡溷唐 | 111010011001100010100001111001101011101010110111111001011001010010010000 | e998a1e6bab7e59490 |
| UHC | 阡?唐 | 1111010011000110001111111101001111010000 | f4c63fd3d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)