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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蟠ァ雉ェ^ | 11100101101101001010011111101000101100111010101001011110 | e5b4a7e8b3aa5e |
EUC-JP | 蟠ァ雉ェ^ | 111010101011011010001110101001111111000010110101100011101010101001011110 | eab68ea7f0b58eaa5e |
UTF-8 | 蟠ァ雉ェ^ | 11101000100111111010000011101111101111011010011111101001100110111000100111101111101111011010101001011110 | e89fa0efbda7e99b89efbdaa5e |
UHC | 蟠?雉?^ | 11011010111101100011111111110110110010110011111101011110 | daf63ff6cb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)