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 | 1001001001001111100100011011100110010001101000101001001001010000 | 924f91b991a29250 |
SJIS-WIN | ?O???¢?P | 001111110100111100111111001111110011111110000001100100010011111101010000 | 3f4f3f3f3f81913f50 |
EUC-JP | ?O???¢?P | 001111110100111100111111001111110011111110100001111100010011111101010000 | 3f4f3f3f3fa1f13f50 |
UTF-8 | O¹¢P | 1100001010010010010011111100001010010001110000101011100111000010100100011100001010100010110000101001001001010000 | c2924fc291c2b9c291c2a2c29250 |
UHC | ?O?¹???P | 001111110100111100111111101010011111011000111111001111110011111101010000 | 3f4f3fa9f63f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)