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 | セュ茱鹿治識 | 10111110101011011110010010100011100011101010110110001110101000011000111010101111 | beade4a38ead8ea18eaf |
EUC-JP | セュ茱鹿治識 | 100011101011111010001110101011011110100010100101101111001010111110111100101000111011110010110001 | 8ebe8eade8a5bcafbca3bcb1 |
UTF-8 | セュ茱鹿治識 | 111011111011110110111110111011111011110110101101111010001000110010110001111010011011100110111111111001101011001010111011111010001010110110011000 | efbdbeefbdade88cb1e9b9bfe6b2bbe8ad98 |
UHC | ??茱鹿治識 | 00111111001111111110001010111100110101101110001111110110101111011110001111011011 | 3f3fe2bcd6e3f6bde3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)