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 | èÁºH | 1110100011000001100011101011101001001000 | e8c18eba48 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | èÁ?ºH | 1000111110101011101100101000111110101010101000010011111110001111101000101110101101001000 | 8fabb28faaa13f8fa2eb48 |
UTF-8 | èÁºH | 110000111010100011000011100000011100001010001110110000101011101001001000 | c3a8c381c28ec2ba48 |
UHC | ???ºH | 001111110011111100111111101010001010110001001000 | 3f3f3fa8ac48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)