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 | 治質耳鹿 | 1000111010100001100011101011111110001110101010001000111010101101 | 8ea18ebf8ea88ead |
EUC-JP | 治質耳鹿 | 1011110010100011101111001100000110111100101010101011110010101111 | bca3bcc1bcaabcaf |
UTF-8 | 治質耳鹿 | 111001101011001010111011111010001011001110101010111010001000000010110011111010011011100110111111 | e6b2bbe8b3aae880b3e9b9bf |
UHC | 治質耳鹿 | 1111011010111101111100101111010111101100101111001101011011100011 | f6bdf2f5ecbcd6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)