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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蘖??冶 | 100111110101000000111111001111111001011011101000 | 9f503f3f96e8 |
EUC-JP | 蘖??冶 | 110111011011000100111111001111111100110011101010 | ddb13f3fccea |
UTF-8 | 蘖붾쓢冶 | 111010001001100010010110111010111011011010111110111011001001001110100010111001011000011010110110 | e89896ebb6beec93a2e586b6 |
UHC | 蘖붾쓢冶 | 1110010111101110100101001110101110011101100000111110010110100111 | e5ee94eb9d83e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)