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 | èOV | 111010000100111110011101010101101000000110001110 | e84f9d56818e |
SJIS-WIN | ?O?V?? | 001111110100111100111111010101100011111100111111 | 3f4f3f563f3f |
EUC-JP | èO?V?? | 1000111110101011101100100100111100111111010101100011111100111111 | 8fabb24f3f563f3f |
UTF-8 | èOV | 11000011101010000100111111000010100111010101011011000010100000011100001010001110 | c3a84fc29d56c281c28e |
UHC | ?O?V?? | 001111110100111100111111010101100011111100111111 | 3f4f3f563f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)