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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 日???^ | 100100111111101000111111001111110011111101011110 | 93fa3f3f3f5e |
EUC-JP | 日?獐?^ | 1100011011111100001111111000111111001011101110100011111101011110 | c6fc3f8fcbba3f5e |
UTF-8 | 日렪獐렏^ | 11100110100101111010010111101011101000001010101011100111100011011001000011101011101000001000111101011110 | e697a5eba0aae78d90eba08f5e |
UHC | 日렪獐렏^ | 111011001110110110001110101110001110110111101111100011101010010101011110 | eced8eb8edef8ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)