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 | 尊?臆?? | 10010001101110000011111110001001101100000011111100111111 | 91b83f89b03f3f |
EUC-JP | 尊?臆?? | 11000010101110100011111110110010101100100011111100111111 | c2ba3fb2b23f3f |
UTF-8 | 尊렍臆띳렯 | 111001011011000010001010111010111010000010001101111010001000011110000110111010111001110110110011111010111010000010101111 | e5b08aeba08de88786eb9db3eba0af |
UHC | 尊렍臆띳렯 | 11110000111011101000111010100011111001011110011010110110111100011000111010111100 | f0ee8ea3e5e6b6f18ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)