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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テシテ撤 | 1100001110111100110000111001001101010000 | c3bcc39350 |
EUC-JP | テシテ撤 | 1000111011000011100011101011110010001110110000111100010110110001 | 8ec38ebc8ec3c5b1 |
UTF-8 | テシテ撤 | 111011111011111010000011111011111011110110111100111011111011111010000011111001101001001010100100 | efbe83efbdbcefbe83e692a4 |
UHC | ???撤 | 0011111100111111001111111111010011001100 | 3f3f3ff4cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)