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 | çSéè | 11100111010100111110100111101000 | e753e9e8 |
SJIS-WIN | ?S?? | 00111111010100110011111100111111 | 3f533f3f |
EUC-JP | çSéè | 10001111101010111010111001010011100011111010101110110001100011111010101110110010 | 8fabae538fabb18fabb2 |
UTF-8 | çSéè | 11000011101001110101001111000011101010011100001110101000 | c3a753c3a9c3a8 |
UHC | ?S?? | 00111111010100110011111100111111 | 3f533f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)