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 | æORV | 111001100100111110011001010100101000001001010110 | e64f99528256 |
SJIS-WIN | ?O?R?V | 001111110100111100111111010100100011111101010110 | 3f4f3f523f56 |
EUC-JP | æO?R?V | 1000111110101001110000010100111100111111010100100011111101010110 | 8fa9c14f3f523f56 |
UTF-8 | æORV | 110000111010011001001111110000101001100101010010110000101000001001010110 | c3a64fc29952c28256 |
UHC | æO?R?V | 10101001101000010100111100111111010100100011111101010110 | a9a14f3f523f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)