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 | 蠅??冶 | 111001011010001000111111001111111001011011101000 | e5a23f3f96e8 |
EUC-JP | 蠅??冶 | 111010101010010000111111001111111100110011101010 | eaa43f3fccea |
UTF-8 | 蠅뗨룴冶 | 111010001010000010000101111010111001011110101000111010111010001110110100111001011000011010110110 | e8a085eb97a8eba3b4e586b6 |
UHC | 蠅뗨룴冶 | 1110001110110010100010111110100010001111101010011110010110100111 | e3b28be88fa9e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)