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 | 11100100011010110011111101101101 | e46b3f6d |
EUC-JP | 臾?m | 11100111110011000011111101101101 | e7cc3f6d |
UTF-8 | 臾촒m | 11101000100001111011111011101100101101001001001001101101 | e887beecb4926d |
UHC | 臾촒m | 1110101110101100101011000101000001101101 | ebacac506d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)