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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟠ァ閾・豕ェ | 111001011011010010100111111010001000011110100101111001101011001110101010 | e5b4a7e887a5e6b3aa |
EUC-JP | 蟠ァ閾・豕ェ | 111010101011011010001110101001111110111111100111100011101010010111101100101101011000111010101010 | eab68ea7efe78ea5ecb58eaa |
UTF-8 | 蟠ァ閾・豕ェ | 111010001001111110100000111011111011110110100111111010011001011010111110111011111011110110100101111010001011000110010101111011111011110110101010 | e89fa0efbda7e996beefbda5e8b195efbdaa |
UHC | 蟠???豕? | 1101101011110110001111110011111100111111111000111100111000111111 | daf63f3f3fe3ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)