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©´G¼ | 10010010010001111001000110101001100100011011010010010010010001111001000110111100 | 924791a991b4924791bc |
SJIS-WIN | ?G???´?G?? | 0011111101000111001111110011111100111111100000010100110000111111010001110011111100111111 | 3f473f3f3f814c3f473f3f |
EUC-JP | ?G?©?´?G?? | 00111111010001110011111110001111101000101110110100111111101000011010110100111111010001110011111100111111 | 3f473f8fa2ed3fa1ad3f473f3f |
UTF-8 | G©´G¼ | 110000101001001001000111110000101001000111000010101010011100001010010001110000101011010011000010100100100100011111000010100100011100001010111100 | c29247c291c2a9c291c2b4c29247c291c2bc |
UHC | ?G???´?G?¼ | 001111110100011100111111001111110011111110100010101001010011111101000111001111111010100011111001 | 3f473f3f3fa2a53f473fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)