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 | 籥蛾:趾 | 1110001011011110100010011110100110000001010001101110011011100100 | e2de89e98146e6e4 |
| EUC-JP | 籥蛾:趾 | 1110010011100000101100101110101110100001101001111110110011100110 | e4e0b2eba1a7ece6 |
| UTF-8 | 籥蛾:趾 | 111001111011000110100101111010001001101110111110111011111011110010011010111010001011011010111110 | e7b1a5e89bbeefbc9ae8b6be |
| UHC | ?蛾:趾 | 00111111111001001011011010100011101110101111001010111111 | 3fe4b6a3baf2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)