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] | 00111111001111110100110101011101 | 3f3f4d5d |
SJIS-WIN | 歎測M] | 100100100101011010010001101010100100110101011101 | 925691aa4d5d |
EUC-JP | 歎測M] | 110000111011011111000010101011000100110101011101 | c3b7c2ac4d5d |
UTF-8 | 歎測M] | 1110011010101101100011101110011010111000101011000100110101011101 | e6ad8ee6b8ac4d5d |
UHC | 歎測M] | 111101111010011111110110101101000100110101011101 | f7a7f6b44d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)