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 | 10110011110110110111110101000010 | b3db7d42 |
SJIS-WIN | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
EUC-JP | ?Û}B | 001111111000111110101010111001010111110101000010 | 3f8faae57d42 |
UTF-8 | ³Û}B | 110000101011001111000011100110110111110101000010 | c2b3c39b7d42 |
UHC | ³?}B | 1010100111111000001111110111110101000010 | a9f83f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)