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 | テョツ敖凝ョ | 1100001110101110110000101001110111000010100010111100001110101110 | c3aec29dc28bc3ae |
EUC-JP | テョツ敖凝ョ | 100011101100001110001110101011101000111011000010110110101100010010110110110001011000111010101110 | 8ec38eae8ec2dac4b6c58eae |
UTF-8 | テョツ敖凝ョ | 111011111011111010000011111011111011110110101110111011111011111010000010111001101001010110010110111001011000011110011101111011111011110110101110 | efbe83efbdaeefbe82e69596e5879defbdae |
UHC | ???敖凝? | 0011111100111111001111111110011111111001111010111110101000111111 | 3f3f3fe7f9ebea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)