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¹GB^ | 100100100100111110010001101110011001001001000111100100100100001001011110 | 924f91b9924792425e |
SJIS-WIN | ?O???G?B^ | 001111110100111100111111001111110011111101000111001111110100001001011110 | 3f4f3f3f3f473f425e |
EUC-JP | ?O???G?B^ | 001111110100111100111111001111110011111101000111001111110100001001011110 | 3f4f3f3f3f473f425e |
UTF-8 | O¹GB^ | 1100001010010010010011111100001010010001110000101011100111000010100100100100011111000010100100100100001001011110 | c2924fc291c2b9c29247c292425e |
UHC | ?O?¹?G?B^ | 00111111010011110011111110101001111101100011111101000111001111110100001001011110 | 3f4f3fa9f63f473f425e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)