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» | 10010010010001111001000110100100100100011011000010010010010011101001000110111011 | 924791a491b0924e91bb |
SJIS-WIN | ?G???°?N?? | 0011111101000111001111110011111100111111100000011000101100111111010011100011111100111111 | 3f473f3f3f818b3f4e3f3f |
EUC-JP | ?G?¤?°?N?? | 00111111010001110011111110001111101000101111000000111111101000011110101100111111010011100011111100111111 | 3f473f8fa2f03fa1eb3f4e3f3f |
UTF-8 | G¤°N» | 110000101001001001000111110000101001000111000010101001001100001010010001110000101011000011000010100100100100111011000010100100011100001010111011 | c29247c291c2a4c291c2b0c2924ec291c2bb |
UHC | ?G?¤?°?N?? | 001111110100011100111111101000101011010000111111101000011100011000111111010011100011111100111111 | 3f473fa2b43fa1c63f4e3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)