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 | ??~~ | 00111111001111110111111001111110 | 3f3f7e7e |
SJIS-WIN | ツ涌~~ | 1100001010010111010011110111111001111110 | c2974f7e7e |
EUC-JP | ツ涌~~ | 100011101100001011001101101100000111111001111110 | 8ec2cdb07e7e |
UTF-8 | ツ涌~~ | 1110111110111110100000101110011010110110100011000111111001111110 | efbe82e6b68c7e7e |
UHC | ?涌~~ | 0011111111101001101111110111111001111110 | 3fe9bf7e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)