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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | ?叔E | 00111111100011110110011001000101 | 3f8f6645 |
EUC-JP | 鉥叔E | 100011111110001111101000101111011100011101000101 | 8fe3e8bdc745 |
UTF-8 | 鉥叔E | 11101001100010011010010111100101100011111001010001000101 | e989a5e58f9445 |
UHC | 鉥叔E | 1110001011111100111000101101001001000101 | e2fce2d245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)