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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 舗轗蛯^ | 10010101110111001110011101111101111001011000001001011110 | 95dce77de5825e |
| EUC-JP | 舗轗蛯^ | 11001010110111101110110111011110111010011110001001011110 | cadeeddee9e25e |
| UTF-8 | 舗轗蛯^ | 11101000100010001001011111101000101111011001011111101000100110111010111101011110 | e88897e8bd97e89baf5e |
| UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)