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 | ç\åV | 111001110101110011100101010101101001110010001110 | e75ce5569c8e |
SJIS-WIN | ?\?V?? | 001111110101110000111111010101100011111100111111 | 3f5c3f563f3f |
EUC-JP | ç\åV?? | 10001111101010111010111001011100100011111010101110101001010101100011111100111111 | 8fabae5c8faba9563f3f |
UTF-8 | ç\åV | 11000011101001110101110011000011101001010101011011000010100111001100001010001110 | c3a75cc3a556c29cc28e |
UHC | ?\?V?? | 001111110101110000111111010101100011111100111111 | 3f5c3f563f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)