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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 褶??SB | 111001011111011100111111001111110101001101000010 | e5f73f3f5342 |
EUC-JP | 褶??SB | 111010101111100100111111001111110101001101000010 | eaf93f3f5342 |
UTF-8 | 褶띷랾SB | 1110100010100100101101101110101110011101101101111110101110011110101111100101001101000010 | e8a4b6eb9db7eb9ebe5342 |
UHC | 褶띷랾SB | 1110001110101000100011011110011010001110010101110101001101000010 | e3a88de68e575342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)