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¶@h | 100100100100111110010001101101100100000001101000 | 924f91b64068 |
SJIS-WIN | ?O?¶@h | 00111111010011110011111110000001111101110100000001101000 | 3f4f3f81f74068 |
EUC-JP | ?O?¶@h | 00111111010011110011111110100010111110010100000001101000 | 3f4f3fa2f94068 |
UTF-8 | O¶@h | 110000101001001001001111110000101001000111000010101101100100000001101000 | c2924fc291c2b64068 |
UHC | ?O?¶@h | 00111111010011110011111110100010110100100100000001101000 | 3f4f3fa2d24068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)