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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 閻??腋 | 111010001000010100111111001111111110001111111100 | e8853f3fe3fc |
| EUC-JP | 閻??腋 | 111011111110010100111111001111111110011011111110 | efe53f3fe6fe |
| UTF-8 | 閻뒍렦腋 | 111010011001011010111011111010111001001010001101111010111010000010100110111010001000010110001011 | e996bbeb928deba0a6e8858b |
| UHC | 閻뒍렦腋 | 1110011110100010100010101000101010001110101101011110010011111101 | e7a28a8a8eb5e4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)