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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ型ツ偲ゥ | 11000010100011000101111011000010100011101100001110101001 | c28c5ec28ec3a9 |
EUC-JP | ツ型ツ偲ゥ | 10001110110000101011011110111111100011101100001010111100110001011000111010101001 | 8ec2b7bf8ec2bcc58ea9 |
UTF-8 | ツ型ツ偲ゥ | 111011111011111010000010111001011001111010001011111011111011111010000010111001011000000110110010111011111011110110101001 | efbe82e59e8befbe82e581b2efbda9 |
UHC | ?型??? | 001111111111101011111110001111110011111100111111 | 3ffafe3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)