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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
| SJIS-WIN | 珎獨篷G | 11100000110111011110000011010101111000101100100101000111 | e0dde0d5e2c947 |
| EUC-JP | 珎獨篷G | 11100000110111111110000011010111111001001100101101000111 | e0dfe0d7e4cb47 |
| UTF-8 | 珎獨篷G | 11100111100011111000111011100111100011011010100011100111101011111011011101000111 | e78f8ee78da8e7afb747 |
| UHC | ?獨?G | 0011111111010100101111000011111101000111 | 3fd4bc3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)