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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | セュ車治釈 | 1011111010101101100011101101010010001110101000011000111011011111 | bead8ed48ea18edf |
EUC-JP | セュ車治釈 | 10001110101111101000111010101101101111001101011010111100101000111011110011100001 | 8ebe8eadbcd6bca3bce1 |
UTF-8 | セュ車治釈 | 111011111011110110111110111011111011110110101101111010001011101110001010111001101011001010111011111010011000011110001000 | efbdbeefbdade8bb8ae6b2bbe98788 |
UHC | ??車治? | 00111111001111111111001110110011111101101011110100111111 | 3f3ff3b3f6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)