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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 褥セm | 11100101111100011011111001101101 | e5f1be6d |
EUC-JP | 褥セm | 1110101011110011100011101011111001101101 | eaf38ebe6d |
UTF-8 | 褥セm | 11101000101001001010010111101111101111011011111001101101 | e8a4a5efbdbe6d |
UHC | 褥?m | 11101001101100110011111101101101 | e9b33f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)