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 | 11100111100001111011100101101101 | e787b96d |
EUC-JP | 辯ケm | 1110110111100111100011101011100101101101 | ede78eb96d |
UTF-8 | 辯ケm | 11101000101111101010111111101111101111011011100101101101 | e8beafefbdb96d |
UHC | 辯?m | 11011100101010100011111101101101 | dcaa3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)