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³®P | 1001001001001111100100011011001110010001101011101001001001010000 | 924f91b391ae9250 |
SJIS-WIN | ?O?????P | 0011111101001111001111110011111100111111001111110011111101010000 | 3f4f3f3f3f3f3f50 |
EUC-JP | ?O???®?P | 00111111010011110011111100111111001111111000111110100010111011100011111101010000 | 3f4f3f3f3f8fa2ee3f50 |
UTF-8 | O³®P | 1100001010010010010011111100001010010001110000101011001111000010100100011100001010101110110000101001001001010000 | c2924fc291c2b3c291c2aec29250 |
UHC | ?O?³?®?P | 00111111010011110011111110101001111110000011111110100010111001110011111101010000 | 3f4f3fa9f83fa2e73f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)