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 | 11100100111101101000010010001111100011110100100001000010 | e4f6848f8f4842 |
EUC-JP | 蔕э秋B | 11101000111110001010011111101111101111011010100101000010 | e8f8a7efbda942 |
UTF-8 | 蔕э秋B | 111010001001010010010101110100011000110111100111101001111000101101000010 | e89495d18de7a78b42 |
UHC | ?э秋B | 001111111010110011101111111101011101010101000010 | 3faceff5d542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)