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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ツ檗ツ檗^ | 11000010100111110100000011000010100111110100000001011110 | c29f40c29f405e |
EUC-JP | ツ檗ツ檗^ | 100011101100001011011101101000011000111011000010110111011010000101011110 | 8ec2dda18ec2dda15e |
UTF-8 | ツ檗ツ檗^ | 11101111101111101000001011100110101010101001011111101111101111101000001011100110101010101001011101011110 | efbe82e6aa97efbe82e6aa975e |
UHC | ?檗?檗^ | 00111111110110111111110000111111110110111111110001011110 | 3fdbfc3fdbfc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)