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 | ??X??Z | 001111110011111101011000001111110011111101011010 | 3f3f583f3f5a |
SJIS-WIN | ツ但Xツ辰Z | 1100001010010010010000010101100011000010100100100100001101011010 | c2924158c292435a |
EUC-JP | ツ但Xツ辰Z | 10001110110000101100001110100010010110001000111011000010110000111010010001011010 | 8ec2c3a2588ec2c3a45a |
UTF-8 | ツ但Xツ辰Z | 1110111110111110100000101110010010111101100001100101100011101111101111101000001011101000101111101011000001011010 | efbe82e4bd8658efbe82e8beb05a |
UHC | ?但X?辰Z | 0011111111010011101000110101100000111111111100101110001101011010 | 3fd3a3583ff2e35a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)