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 | 嶽?淅鮮 | 10011011110101000011111110011111110001101001000101001110 | 9bd43f9fc6914e |
EUC-JP | 嶽?淅鮮 | 11010110110101100011111111011110110010001100000110101111 | d6d63fdec8c1af |
UTF-8 | 嶽僚淅鮮 | 111001011011011010111101111011111010011010111011111001101011011110000101111010011010111010101110 | e5b6bdefa6bbe6b785e9aeae |
UHC | 嶽僚淅鮮 | 1110010011000000111010001110100011100000101100101110000011011000 | e4c0e8e8e0b2e0d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)