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 | 齬▼ⅶ獄 | 1110101010010111100000011010010111111010010001101000110110010110 | ea9781a5fa468d96 |
EUC-JP | 齬▼?獄 | 11110011111101111010001010100111001111111011100111110110 | f3f7a2a73fb9f6 |
UTF-8 | 齬▼ⅶ獄 | 111010011011110110101100111000101001011010111100111000101000010110110110111001111000110110000100 | e9bdace296bce285b6e78d84 |
UHC | 齬▼ⅶ獄 | 1110010111100001101000011110010110100101101001111110100010101011 | e5e1a1e5a5a7e8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)