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_B{^ | 100101110100111110011010010111111001101001000010100111110111101101011110 | 974f9a5f9a429f7b5e |
SJIS-WIN | ?O?_?B?{^ | 001111110100111100111111010111110011111101000010001111110111101101011110 | 3f4f3f5f3f423f7b5e |
EUC-JP | ?O?_?B?{^ | 001111110100111100111111010111110011111101000010001111110111101101011110 | 3f4f3f5f3f423f7b5e |
UTF-8 | O_B{^ | 11000010100101110100111111000010100110100101111111000010100110100100001011000010100111110111101101011110 | c2974fc29a5fc29a42c29f7b5e |
UHC | ?O?_?B?{^ | 001111110100111100111111010111110011111101000010001111110111101101011110 | 3f4f3f5f3f423f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)