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 | ツ欅ツ欅^ | 11000010100111110100111111000010100111110100111101011110 | c29f4fc29f4f5e |
EUC-JP | ツ欅ツ欅^ | 100011101100001011011101101100001000111011000010110111011011000001011110 | 8ec2ddb08ec2ddb05e |
UTF-8 | ツ欅ツ欅^ | 11101111101111101000001011100110101011001000010111101111101111101000001011100110101011001000010101011110 | efbe82e6ac85efbe82e6ac855e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)