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 | 11101001110111011110100111011101111001111100111101000010 | e9dde9dde7cf42 |
EUC-JP | 鰡鰡醯B | 11110010110111111111001011011111111011101101000101000010 | f2dff2dfeed142 |
UTF-8 | 鰡鰡醯B | 11101001101100001010000111101001101100001010000111101001100001101010111101000010 | e9b0a1e9b0a1e986af42 |
UHC | ??醯B | 0011111100111111111110111011100001000010 | 3f3ffbb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)