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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鞜城ス「蓚 | 1110100011011111100011111110100110111101101000101110010011101001 | e8df8fe9bda2e4e9 |
| EUC-JP | 鞜城ス「蓚 | 11110000111000011011111011101011100011101011110110001110101000101110100011101011 | f0e1beeb8ebd8ea2e8eb |
| UTF-8 | 鞜城ス「蓚 | 111010011001111010011100111001011001111110001110111011111011110110111101111011111011110110100010111010001001001110011010 | e99e9ce59f8eefbdbdefbda2e8939a |
| UHC | ?城??蓚 | 00111111111000001111001000111111001111111110001010111110 | 3fe0f23f3fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)