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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 魯蘚o | 1001100001000100111001010110010001101111 | 9844e5646f |
EUC-JP | 魯蘚o | 1100111110100101111010011100010101101111 | cfa5e9c56f |
UTF-8 | 魯蘚o | 11101001101011011010111111101000100110001001101001101111 | e9adafe8989a6f |
UHC | 魯蘚o | 1101011011011011111000001101000001101111 | d6dbe0d06f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)