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 | JEµZ | 10010010010010101001001001000101100100011011010101011010 | 924a924591b55a |
| SJIS-WIN | ?J?E??Z | 00111111010010100011111101000101001111110011111101011010 | 3f4a3f453f3f5a |
| EUC-JP | ?J?E??Z | 00111111010010100011111101000101001111110011111101011010 | 3f4a3f453f3f5a |
| UTF-8 | JEµZ | 1100001010010010010010101100001010010010010001011100001010010001110000101011010101011010 | c2924ac29245c291c2b55a |
| UHC | ?J?E??Z | 00111111010010100011111101000101001111110011111101011010 | 3f4a3f453f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)