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¶@O¶@B | 1001001001001111100100011011011001000000100100100100111110010001101101100100000001000010 | 924f91b640924f91b64042 |
SJIS-WIN | ?O?¶@?O?¶@B | 00111111010011110011111110000001111101110100000000111111010011110011111110000001111101110100000001000010 | 3f4f3f81f7403f4f3f81f74042 |
EUC-JP | ?O?¶@?O?¶@B | 00111111010011110011111110100010111110010100000000111111010011110011111110100010111110010100000001000010 | 3f4f3fa2f9403f4f3fa2f94042 |
UTF-8 | O¶@O¶@B | 1100001010010010010011111100001010010001110000101011011001000000110000101001001001001111110000101001000111000010101101100100000001000010 | c2924fc291c2b640c2924fc291c2b64042 |
UHC | ?O?¶@?O?¶@B | 00111111010011110011111110100010110100100100000000111111010011110011111110100010110100100100000001000010 | 3f4f3fa2d2403f4f3fa2d24042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)