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µEN | 1001001001000101100100011011010110010010010001011001001001001110 | 924591b59245924e |
SJIS-WIN | ?E???E?N | 0011111101000101001111110011111100111111010001010011111101001110 | 3f453f3f3f453f4e |
EUC-JP | ?E???E?N | 0011111101000101001111110011111100111111010001010011111101001110 | 3f453f3f3f453f4e |
UTF-8 | EµEN | 11000010100100100100010111000010100100011100001010110101110000101001001001000101110000101001001001001110 | c29245c291c2b5c29245c2924e |
UHC | ?E???E?N | 0011111101000101001111110011111100111111010001010011111101001110 | 3f453f3f3f453f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)