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 | 11100110111001011011100101101101 | e6e5b96d |
EUC-JP | 趺ケm | 1110110011100111100011101011100101101101 | ece78eb96d |
UTF-8 | 趺ケm | 11101000101101101011101011101111101111011011100101101101 | e8b6baefbdb96d |
UHC | 趺?m | 11011101101110100011111101101101 | ddba3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)