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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ涌ツ凖サツ | 1100001010010111010011111100001010011001110000111011101111000010 | c2974fc299c3bbc2 |
EUC-JP | ツ涌ツ凖サツ | 100011101100001011001101101100001000111011000010110100101100010110001110101110111000111011000010 | 8ec2cdb08ec2d2c58ebb8ec2 |
UTF-8 | ツ涌ツ凖サツ | 111011111011111010000010111001101011011010001100111011111011111010000010111001011000011110010110111011111011110110111011111011111011111010000010 | efbe82e6b68cefbe82e58796efbdbbefbe82 |
UHC | ?涌???? | 00111111111010011011111100111111001111110011111100111111 | 3fe9bf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)