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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 顏懈麿E | 11101000111110001001110011100110100101101001101101000101 | e8f89ce6969b45 |
EUC-JP | 顏懈麿E | 11110000111110101101100011101000110010111111101101000101 | f0fad8e8cbfb45 |
UTF-8 | 顏懈麿E | 11101001101000011000111111100110100001111000100011101001101110101011111101000101 | e9a18fe68788e9babf45 |
UHC | ?懈?E | 0011111111111010101010110011111101000101 | 3ffaab3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)