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 | ????~B | 001111110011111100111111001111110111111001000010 | 3f3f3f3f7e42 |
| SJIS-WIN | 矍~B | 11110000111011011110000111011101111101011011110111110001111111000111111001000010 | f0ede1ddf5bdf1fc7e42 |
| EUC-JP | ?矍??~B | 00111111111000101101111100111111001111110111111001000010 | 3fe2df3f3f7e42 |
| UTF-8 | 矍~B | 1110111010000010101011001110011110011111100011011110111010010000101010001110111010000101101101110111111001000010 | ee82ace79f8dee90a8ee85b77e42 |
| UHC | ????~B | 001111110011111100111111001111110111111001000010 | 3f3f3f3f7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)