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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 塋や?^ | 100110101100100010000010111000100011111101011110 | 9ac882e23f5e |
EUC-JP | 塋や?^ | 110101001100101010100100111001000011111101011110 | d4caa4e43f5e |
UTF-8 | 塋や많^ | 11100101101000011000101111100011100000101000010011101011101001111000111001011110 | e5a18be38284eba78e5e |
UHC | 塋や많^ | 11100111101010111010101011100100101110001011100101011110 | e7abaae4b8b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)