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 | 肢?瀞?^ | 10001110100010000011111110010011110100100011111101011110 | 8e883f93d23f5e |
EUC-JP | 肢?瀞?^ | 10111011111010000011111111000110110101000011111101011110 | bbe83fc6d43f5e |
UTF-8 | 肢렍瀞렕^ | 11101000100000101010001011101011101000001000110111100111100000001001111011101011101000001001010101011110 | e882a2eba08de7809eeba0955e |
UHC | 肢렍瀞렕^ | 111100101011011010001110101000111110111111100111100011101010101001011110 | f2b68ea3efe78eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)