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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 贄??? | 1110011011010001001111110011111100111111 | e6d13f3f3f |
EUC-JP | 贄??? | 1110110011010011001111110011111100111111 | ecd33f3f3f |
UTF-8 | 贄쇳렪흖 | 111010001011010010000100111011001000011110110011111010111010000010101010111011011001110110010110 | e8b484ec87b3eba0aaed9d96 |
UHC | 贄쇳렪흖 | 1111001010111110101111001110110110001110101110001100100011101000 | f2bebced8eb8c8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)