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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 題??袁? | 10010001111010000011111100111111111001011100110100111111 | 91e83f3fe5cd3f |
EUC-JP | 題??袁? | 11000010111010100011111100111111111010101100111100111111 | c2ea3f3feacf3f |
UTF-8 | 題며께袁렣 | 111010011010000110001100111010111010100110110000111010101011101110011000111010001010001010000001111010111010000010100011 | e9a18ceba9b0eabb98e8a281eba0a3 |
UHC | 題며께袁렣 | 11110000101110011011100011100111101100101011001011101010101111101000111010110100 | f0b9b8e7b2b2eabe8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)