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 | 張??腋 | 100100101010001100111111001111111110001111111100 | 92a33f3fe3fc |
| EUC-JP | 張??腋 | 110001001010010100111111001111111110011011111110 | c4a53f3fe6fe |
| UTF-8 | 張멱퍓腋 | 111001011011110010110101111010111010100110110001111011011000110110010011111010001000010110001011 | e5bcb5eba9b1ed8d93e8858b |
| UHC | 張멱퍓腋 | 1110110111100101101110001110100010111011100010101110010011111101 | ede5b8e8bb8ae4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)