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 | 11101000101101111011111101101100 | e8b7bf6c |
EUC-JP | 霍ソl | 1111000010111001100011101011111101101100 | f0b98ebf6c |
UTF-8 | 霍ソl | 11101001100111001000110111101111101111011011111101101100 | e99c8defbdbf6c |
UHC | ??l | 001111110011111101101100 | 3f3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)