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 | èOY | 111010000100111110011101010110011001011010010101 | e84f9d599695 |
SJIS-WIN | ?O?Y?? | 001111110100111100111111010110010011111100111111 | 3f4f3f593f3f |
EUC-JP | èO?Y?? | 1000111110101011101100100100111100111111010110010011111100111111 | 8fabb24f3f593f3f |
UTF-8 | èOY | 11000011101010000100111111000010100111010101100111000010100101101100001010010101 | c3a84fc29d59c296c295 |
UHC | ?O?Y?? | 001111110100111100111111010110010011111100111111 | 3f4f3f593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)