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 | 00111111001111110011111101001101 | 3f3f3f4d |
SJIS-WIN | 臾??M | 1110010001101011001111110011111101001101 | e46b3f3f4d |
EUC-JP | 臾??M | 1110011111001100001111110011111101001101 | e7cc3f3f4d |
UTF-8 | 臾룸쥙M | 11101000100001111011111011101011101000111011100011101100101001011001100101001101 | e887beeba3b8eca5994d |
UHC | 臾룸쥙M | 11101011101011001011011111101011101000101000111001001101 | ebacb7eba28e4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)