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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | テョツつイB | 11000011101011101100001010000010110000101011001001000010 | c3aec282c2b242 |
EUC-JP | テョツつイB | 1000111011000011100011101010111010001110110000101010010011000100100011101011001001000010 | 8ec38eae8ec2a4c48eb242 |
UTF-8 | テョツつイB | 11101111101111101000001111101111101111011010111011101111101111101000001011100011100000011010010011101111101111011011001001000010 | efbe83efbdaeefbe82e381a4efbdb242 |
UHC | ???つ?B | 00111111001111110011111110101010110001000011111101000010 | 3f3f3faac43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)