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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ンワBF | 1101110111011100111100001110111111110000111011110100001001000110 | dddcf0eff0ef4246 |
EUC-JP | ンワ??BF | 1000111011011101100011101101110000111111001111110100001001000110 | 8edd8edc3f3f4246 |
UTF-8 | ンワBF | 1110111110111110100111011110111110111110100111001110111010000010101011101110111010000010101011100100001001000110 | efbe9defbe9cee82aeee82ae4246 |
UHC | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)