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 | æOéK | 111001100100111110001000111010011000010001001011 | e64f88e9844b |
SJIS-WIN | ?O???K | 001111110100111100111111001111110011111101001011 | 3f4f3f3f3f4b |
EUC-JP | æO?é?K | 10001111101010011100000101001111001111111000111110101011101100010011111101001011 | 8fa9c14f3f8fabb13f4b |
UTF-8 | æOéK | 11000011101001100100111111000010100010001100001110101001110000101000010001001011 | c3a64fc288c3a9c2844b |
UHC | æO???K | 10101001101000010100111100111111001111110011111101001011 | a9a14f3f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)