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?? | 0011111100111111010001010011111100111111 | 3f3f453f3f |
SJIS-WIN | 旭?E旭? | 10001000101011100011111101000101100010001010111000111111 | 88ae3f4588ae3f |
EUC-JP | 旭?E旭? | 10110000101100000011111101000101101100001011000000111111 | b0b03f45b0b03f |
UTF-8 | 旭렔E旭렔 | 11100110100101111010110111101011101000001001010001000101111001101001011110101101111010111010000010010100 | e697adeba09445e697adeba094 |
UHC | 旭렔E旭렔 | 111010011110111110001110101010010100010111101001111011111000111010101001 | e9ef8ea945e9ef8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)