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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツサテ淌妥 | 11000010101110111100001110011111110000111001000111000011 | c2bbc39fc391c3 |
EUC-JP | ツサテ淌妥 | 10001110110000101000111010111011100011101100001111011110110001011100001011000101 | 8ec28ebb8ec3dec5c2c5 |
UTF-8 | ツサテ淌妥 | 111011111011111010000010111011111011110110111011111011111011111010000011111001101011011110001100111001011010011010100101 | efbe82efbdbbefbe83e6b78ce5a6a5 |
UHC | ????妥 | 001111110011111100111111001111111111011011100110 | 3f3f3f3ff6e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)