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 | 域??蚓 | 100010001110011000111111001111111110010101101101 | 88e63f3fe56d |
EUC-JP | 域?Þ蚓 | 1011000011101000001111111000111110101001101100001110100111001110 | b0e83f8fa9b0e9ce |
UTF-8 | 域㏓Þ蚓 | 1110010110011111100111111110001110001111100100111100001110011110111010001001101010010011 | e59f9fe38f93c39ee89a93 |
UHC | 域㏓Þ蚓 | 1110011010110100101001111110101110101000101011011110110011100010 | e6b4a7eba8adece2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)