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 | 1110001001100010111010011110111001101100 | e262e9ee6c |
EUC-JP | 稈鴃l | 1110001111000011111100101111000001101100 | e3c3f2f06c |
UTF-8 | 稈鴃l | 11100111101010001000100011101001101101001000001101101100 | e7a888e9b4836c |
UHC | 稈?l | 11001010110110010011111101101100 | cad93f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)