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 | ??Þ? | 00111111001111111101111000111111 | 3f3fde3f |
SJIS-WIN | 域??一 | 100010001110011000111111001111111000100011101010 | 88e63f3f88ea |
EUC-JP | 域?Þ一 | 1011000011101000001111111000111110101001101100001011000011101100 | b0e83f8fa9b0b0ec |
UTF-8 | 域㏓Þ一 | 1110010110011111100111111110001110001111100100111100001110011110111001001011100010000000 | e59f9fe38f93c39ee4b880 |
UHC | 域㏓Þ一 | 1110011010110100101001111110101110101000101011011110110011101001 | e6b4a7eba8adece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)