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 | テゥツ陳凝ア | 1100001110101001110000101001001011000010100010111100001110110001 | c3a9c292c28bc3b1 |
EUC-JP | テゥツ陳凝ア | 100011101100001110001110101010011000111011000010110001001100010010110110110001011000111010110001 | 8ec38ea98ec2c4c4b6c58eb1 |
UTF-8 | テゥツ陳凝ア | 111011111011111010000011111011111011110110101001111011111011111010000010111010011001100110110011111001011000011110011101111011111011110110110001 | efbe83efbda9efbe82e999b3e5879defbdb1 |
UHC | ???陳凝? | 0011111100111111001111111111001011100111111010111110101000111111 | 3f3f3ff2e7ebea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)