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 | OA¢P | 1001001001001111100100100100000110010001101000101001001001010000 | 924f924191a29250 |
SJIS-WIN | ?O?A?¢?P | 001111110100111100111111010000010011111110000001100100010011111101010000 | 3f4f3f413f81913f50 |
EUC-JP | ?O?A?¢?P | 001111110100111100111111010000010011111110100001111100010011111101010000 | 3f4f3f413fa1f13f50 |
UTF-8 | OA¢P | 11000010100100100100111111000010100100100100000111000010100100011100001010100010110000101001001001010000 | c2924fc29241c291c2a2c29250 |
UHC | ?O?A???P | 0011111101001111001111110100000100111111001111110011111101010000 | 3f4f3f413f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)