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 | ????hh?? | 0011111100111111001111110011111101101000011010000011111100111111 | 3f3f3f3f68683f3f |
SJIS-WIN | ツエテコhhツエ | 1100001010110100110000111011101001101000011010001100001010110100 | c2b4c3ba6868c2b4 |
EUC-JP | ツエテコhhツエ | 1000111011000010100011101011010010001110110000111000111010111010011010000110100010001110110000101000111010110100 | 8ec28eb48ec38eba68688ec28eb4 |
UTF-8 | ツエテコhhツエ | 1110111110111110100000101110111110111101101101001110111110111110100000111110111110111101101110100110100001101000111011111011111010000010111011111011110110110100 | efbe82efbdb4efbe83efbdba6868efbe82efbdb4 |
UHC | ????hh?? | 0011111100111111001111110011111101101000011010000011111100111111 | 3f3f3f3f68683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)