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Î | 11100101010011001001110011001110 | e54c9cce |
SJIS-WIN | ?L?? | 00111111010011000011111100111111 | 3f4c3f3f |
EUC-JP | åL?Î | 1000111110101011101010010100110000111111100011111010101011000010 | 8faba94c3f8faac2 |
UTF-8 | åLÎ | 11000011101001010100110011000010100111001100001110001110 | c3a54cc29cc38e |
UHC | ?L?? | 00111111010011000011111100111111 | 3f4c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)