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 | 001111110011111101101100 | 3f3f6c |
SJIS-WIN | 燾雫l | 1111101101011010100011101011010001101100 | fb5a8eb46c |
EUC-JP | 燾雫l | 100011111100101010111101101111001011011001101100 | 8fcabdbcb66c |
UTF-8 | 燾雫l | 11100111100001111011111011101001100110111010101101101100 | e787bee99bab6c |
UHC | 燾?l | 11010100101001110011111101101100 | d4a73f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)