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 | G´O¶ | 1001001001000111100100011011010010010010010011111001000110110110 | 924791b4924f91b6 |
SJIS-WIN | ?G?´?O?¶ | 00111111010001110011111110000001010011000011111101001111001111111000000111110111 | 3f473f814c3f4f3f81f7 |
EUC-JP | ?G?´?O?¶ | 00111111010001110011111110100001101011010011111101001111001111111010001011111001 | 3f473fa1ad3f4f3fa2f9 |
UTF-8 | G´O¶ | 1100001010010010010001111100001010010001110000101011010011000010100100100100111111000010100100011100001010110110 | c29247c291c2b4c2924fc291c2b6 |
UHC | ?G?´?O?¶ | 00111111010001110011111110100010101001010011111101001111001111111010001011010010 | 3f473fa2a53f4f3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)