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»¢N» | 10010010010001111001000110111011100100011010001010010010010011101001000110111011 | 924791bb91a2924e91bb |
SJIS-WIN | ?G???¢?N?? | 0011111101000111001111110011111100111111100000011001000100111111010011100011111100111111 | 3f473f3f3f81913f4e3f3f |
EUC-JP | ?G???¢?N?? | 0011111101000111001111110011111100111111101000011111000100111111010011100011111100111111 | 3f473f3f3fa1f13f4e3f3f |
UTF-8 | G»¢N» | 110000101001001001000111110000101001000111000010101110111100001010010001110000101010001011000010100100100100111011000010100100011100001010111011 | c29247c291c2bbc291c2a2c2924ec291c2bb |
UHC | ?G?????N?? | 00111111010001110011111100111111001111110011111100111111010011100011111100111111 | 3f473f3f3f3f3f4e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)