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 | 10010001101011010011111101101101 | 91ad3f6d |
EUC-JP | 俗?m | 11000010101011110011111101101101 | c2af3f6d |
UTF-8 | 俗쎺m | 11100100101111111001011111101100100011101011101001101101 | e4bf97ec8eba6d |
UHC | 俗쎺m | 1110000111010100100110111110000101101101 | e1d49be16d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)