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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???晋? | 001111110011111100111111100100000101011100111111 | 3f3f3f90573f |
EUC-JP | ???晋? | 001111110011111100111111101111111011100000111111 | 3f3f3fbfb83f |
UTF-8 | 롐렶렕晋롉 | 111010111010000110010000111010111010000010110110111010111010000010010101111001101001100110001011111010111010000110001001 | eba190eba0b6eba095e6998beba189 |
UHC | 롐렶렕晋롉 | 10001110110101101000111011000001100011101010101011110010110011001000111011001111 | 8ed68ec18eaaf2cc8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)