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 | 1110001101110000100011101011111101101101 | e3708ebf6d |
EUC-JP | 縣質m | 1110010111010001101111001100000101101101 | e5d1bcc16d |
UTF-8 | 縣質m | 11100111101110001010001111101000101100111010101001101101 | e7b8a3e8b3aa6d |
UHC | 縣質m | 1111101011100011111100101111010101101101 | fae3f2f56d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)