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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | 獐?獐?B | 100011111100101110111010001111111000111111001011101110100011111101000010 | 8fcbba3f8fcbba3f42 |
UTF-8 | 獐렠獐렠B | 11100111100011011001000011101011101000001010000011100111100011011001000011101011101000001010000001000010 | e78d90eba0a0e78d90eba0a042 |
UHC | 獐렠獐렠B | 111011011110111110001110101100011110110111101111100011101011000101000010 | edef8eb1edef8eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)