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 | ì¸Èê² | 111011001011100011001000111010101000111010110010 | ecb8c8ea8eb2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ì¸Èê?? | 1000111110101011110000001000111110100010101100011000111110101010101100101000111110101011101101000011111100111111 | 8fabc08fa2b18faab28fabb43f3f |
UTF-8 | ì¸Èê² | 110000111010110011000010101110001100001110001000110000111010101011000010100011101100001010110010 | c3acc2b8c388c3aac28ec2b2 |
UHC | ?¸???² | 0011111110100010101011000011111100111111001111111010100111110111 | 3fa2ac3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)