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 | ßÁl | 11011111110000011001010001101100 | dfc1946c |
SJIS-WIN | ???l | 00111111001111110011111101101100 | 3f3f3f6c |
EUC-JP | ßÁ?l | 1000111110101001110011101000111110101010101000010011111101101100 | 8fa9ce8faaa13f6c |
UTF-8 | ßÁl | 11000011100111111100001110000001110000101001010001101100 | c39fc381c2946c |
UHC | ß??l | 1010100110101100001111110011111101101100 | a9ac3f3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)