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 | E¼¢Nº | 10010010010001011001000110111100100100011010001010010010010011101001000110111010 | 924591bc91a2924e91ba |
SJIS-WIN | ?E???¢?N?? | 0011111101000101001111110011111100111111100000011001000100111111010011100011111100111111 | 3f453f3f3f81913f4e3f3f |
EUC-JP | ?E???¢?N?º | 00111111010001010011111100111111001111111010000111110001001111110100111000111111100011111010001011101011 | 3f453f3f3fa1f13f4e3f8fa2eb |
UTF-8 | E¼¢Nº | 110000101001001001000101110000101001000111000010101111001100001010010001110000101010001011000010100100100100111011000010100100011100001010111010 | c29245c291c2bcc291c2a2c2924ec291c2ba |
UHC | ?E?¼???N?º | 001111110100010100111111101010001111100100111111001111110011111101001110001111111010100010101100 | 3f453fa8f93f3f3f4e3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)