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 | ???蟻 | 0011111100111111001111111000101101100001 | 3f3f3f8b61 |
EUC-JP | 轝??蟻 | 10001111111000011010101000111111001111111011010111000010 | 8fe1aa3f3fb5c2 |
UTF-8 | 轝꿨썧蟻 | 111010001011110110011101111010101011111110101000111011001000110110100111111010001001111110111011 | e8bd9deabfa8ec8da7e89fbb |
UHC | 轝꿨썧蟻 | 1110011010101100101100101110010110011011100110101110101111111100 | e6acb2e59b9aebfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)