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] | 001111110100110101011101 | 3f4d5d |
SJIS-WIN | 鱆M] | 11101001111000010100110101011101 | e9e14d5d |
EUC-JP | 鱆M] | 11110010111000110100110101011101 | f2e34d5d |
UTF-8 | 鱆M] | 1110100110110001100001100100110101011101 | e9b1864d5d |
UHC | ?M] | 001111110100110101011101 | 3f4d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)