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 | 耀??缸 | 100101110111001100111111001111111110001110011101 | 97733f3fe39d |
EUC-JP | 耀??缸 | 110011011101010000111111001111111110010111111101 | cdd43f3fe5fd |
UTF-8 | 耀믩ㅉ缸 | 111010001000000010000000111010111010111110101001111000111000010110001001111001111011110010111000 | e88080ebafa9e38589e7bcb8 |
UHC | 耀믩ㅉ缸 | 1110100110100101100100101110101110100100101110011111100111111100 | e9a592eba4b9f9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)