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 | OMW@ | 1001001001001111100100100100110110010010010101111001001001000000 | 924f924d92579240 |
SJIS-WIN | ?O?M?W?@ | 0011111101001111001111110100110100111111010101110011111101000000 | 3f4f3f4d3f573f40 |
EUC-JP | ?O?M?W?@ | 0011111101001111001111110100110100111111010101110011111101000000 | 3f4f3f4d3f573f40 |
UTF-8 | OMW@ | 110000101001001001001111110000101001001001001101110000101001001001010111110000101001001001000000 | c2924fc2924dc29257c29240 |
UHC | ?O?M?W?@ | 0011111101001111001111110100110100111111010101110011111101000000 | 3f4f3f4d3f573f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)