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 | ?????]H | 00111111001111110011111100111111001111110101110101001000 | 3f3f3f3f3f5d48 |
SJIS-WIN | テョツつケ]H | 1100001110101110110000101000001011000010101110010101110101001000 | c3aec282c2b95d48 |
EUC-JP | テョツつケ]H | 100011101100001110001110101011101000111011000010101001001100010010001110101110010101110101001000 | 8ec38eae8ec2a4c48eb95d48 |
UTF-8 | テョツつケ]H | 1110111110111110100000111110111110111101101011101110111110111110100000101110001110000001101001001110111110111101101110010101110101001000 | efbe83efbdaeefbe82e381a4efbdb95d48 |
UHC | ???つ?]H | 0011111100111111001111111010101011000100001111110101110101001000 | 3f3f3faac43f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)