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 | 缺碁┴罩 | 1110001110011110100011001110100110000100101010001110001110101011 | e39e8ce984a8e3ab |
EUC-JP | 缺碁┴罩 | 1110010111111110101110001110101110101000101010101110011010101101 | e5feb8eba8aae6ad |
UTF-8 | 缺碁┴罩 | 111001111011110010111010111001111010001010000001111000101001010010110100111001111011110110101001 | e7bcbae7a281e294b4e7bda9 |
UHC | 缺碁┴? | 11001100110000001101000110110011101001101010101000111111 | ccc0d1b3a6aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)