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³²G³ | 10010010010011111001000110110011100100011011001010010010010001111001000110110011 | 924f91b391b2924791b3 |
SJIS-WIN | ?O?????G?? | 00111111010011110011111100111111001111110011111100111111010001110011111100111111 | 3f4f3f3f3f3f3f473f3f |
EUC-JP | ?O?????G?? | 00111111010011110011111100111111001111110011111100111111010001110011111100111111 | 3f4f3f3f3f3f3f473f3f |
UTF-8 | O³²G³ | 110000101001001001001111110000101001000111000010101100111100001010010001110000101011001011000010100100100100011111000010100100011100001010110011 | c2924fc291c2b3c291c2b2c29247c291c2b3 |
UHC | ?O?³?²?G?³ | 00111111010011110011111110101001111110000011111110101001111101110011111101000111001111111010100111111000 | 3f4f3fa9f83fa9f73f473fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)