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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ル」\ | 11110100110001111111100110101011110110011010001101011100 | f4c7f9abd9a35c |
EUC-JP | ??ル」\ | 00111111001111111000111011011001100011101010001101011100 | 3f3f8ed98ea35c |
UTF-8 | ル」\ | 11101110100011011011011011101110100111001000011011101111101111101001100111101111101111011010001101011100 | ee8db6ee9c86efbe99efbda35c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)