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 | ツ蘖テサツ | 110000101001111101010000110000111011101111000010 | c29f50c3bbc2 |
EUC-JP | ツ蘖テサツ | 10001110110000101101110110110001100011101100001110001110101110111000111011000010 | 8ec2ddb18ec38ebb8ec2 |
UTF-8 | ツ蘖テサツ | 111011111011111010000010111010001001100010010110111011111011111010000011111011111011110110111011111011111011111010000010 | efbe82e89896efbe83efbdbbefbe82 |
UHC | ?蘖??? | 001111111110010111101110001111110011111100111111 | 3fe5ee3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)