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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 尊?臆??? | 1001000110111000001111111000100110110000001111110011111100111111 | 91b83f89b03f3f3f |
EUC-JP | 尊?臆??? | 1100001010111010001111111011001010110010001111110011111100111111 | c2ba3fb2b23f3f3f |
UTF-8 | 尊렍臆띳렯엔 | 111001011011000010001010111010111010000010001101111010001000011110000110111010111001110110110011111010111010000010101111111011001001011110010100 | e5b08aeba08de88786eb9db3eba0afec9794 |
UHC | 尊렍臆띳렯엔 | 111100001110111010001110101000111110010111100110101101101111000110001110101111001011111110100011 | f0ee8ea3e5e6b6f18ebcbfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)