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 | 塋ゆ?^ | 100110101100100010000010111001000011111101011110 | 9ac882e43f5e |
EUC-JP | 塋ゆ?^ | 110101001100101010100100111001100011111101011110 | d4caa4e63f5e |
UTF-8 | 塋ゆ래^ | 11100101101000011000101111100011100000101000011011101011100111101001100001011110 | e5a18be38286eb9e985e |
UHC | 塋ゆ래^ | 11100111101010111010101011100110101101111010000101011110 | e7abaae6b7a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)