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 | ??h] | 00111111001111110110100001011101 | 3f3f685d |
SJIS-WIN | ツ涌h] | 1100001010010111010011110110100001011101 | c2974f685d |
EUC-JP | ツ涌h] | 100011101100001011001101101100000110100001011101 | 8ec2cdb0685d |
UTF-8 | ツ涌h] | 1110111110111110100000101110011010110110100011000110100001011101 | efbe82e6b68c685d |
UHC | ?涌h] | 0011111111101001101111110110100001011101 | 3fe9bf685d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)