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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 褝取恷B | 11100101111110101000111011100110100111001000111001000010 | e5fa8ee69c8e42 |
EUC-JP | 褝取恷B | 11101010111111001011110011101000110101111110111001000010 | eafcbce8d7ee42 |
UTF-8 | 褝取恷B | 11101000101001001001110111100101100011111001011011100110100000011011011101000010 | e8a49de58f96e681b742 |
UHC | ?取?B | 0011111111110110101000100011111101000010 | 3ff6a23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)