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 | 擾??徇 | 100011111110111100111111001111111001110001101101 | 8fef3f3f9c6d |
EUC-JP | 擾??徇 | 101111101111000100111111001111111101011111001110 | bef13f3fd7ce |
UTF-8 | 擾ⓥ닾徇 | 111001101001001110111110111000101001001110100101111010111000101110111110111001011011111010000111 | e693bee293a5eb8bbee5be87 |
UHC | 擾ⓥ닾徇 | 1110100011110110101010001110001010001000101011001110001011011111 | e8f6a8e288ace2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)