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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 諢杭諢甲E | 111001101000010010001101010110011110011010000100100011010110001001000101 | e6848d59e6848d6245 |
EUC-JP | 諢杭諢甲E | 111010111110010010111001101110101110101111100100101110011100001101000101 | ebe4b9baebe4b9c345 |
UTF-8 | 諢杭諢甲E | 11101000101010111010001011100110100111011010110111101000101010111010001011100111100101001011001001000101 | e8aba2e69dade8aba2e794b245 |
UHC | ?杭?甲E | 00111111111110011111100000111111110010111010001101000101 | 3ff9f83fcba345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)