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 | ???M??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
SJIS-WIN | テ敕サMツャテ | 1100001110011101110000111011101101001101110000101010110011000011 | c39dc3bb4dc2acc3 |
EUC-JP | テ敕サMツャテ | 10001110110000111101101011000101100011101011101101001101100011101100001010001110101011001000111011000011 | 8ec3dac58ebb4d8ec28eac8ec3 |
UTF-8 | テ敕サMツャテ | 11101111101111101000001111100110100101011001010111101111101111011011101101001101111011111011111010000010111011111011110110101100111011111011111010000011 | efbe83e69595efbdbb4defbe82efbdacefbe83 |
UHC | ???M??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)