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 | 1110010110110100101001111110100010000000100011000100000001000010 | e5b4a7e8808c4042 |
EUC-JP | 蟠ァ閠掘B | 111010101011011010001110101001111110111111100000101101111010000101000010 | eab68ea7efe0b7a142 |
UTF-8 | 蟠ァ閠掘B | 11101000100111111010000011101111101111011010011111101001100101101010000011100110100011101001100001000010 | e89fa0efbda7e996a0e68e9842 |
UHC | 蟠??掘B | 11011010111101100011111100111111110011111101111001000010 | daf63f3fcfde42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)