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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訂敎???汁 | 100100101111100111111010110011010011111100111111001111111000111101100000 | 92f9facd3f3f3f8f60 |
EUC-JP | 訂??焌?汁 | 11000100111110110011111100111111100011111100100111101000001111111011110111000001 | c4fb3f3f8fc9e83fbdc1 |
UTF-8 | 訂敎갹焌렠汁 | 111010001010100010000010111001101001010110001110111010101011000010111001111001111000010010001100111010111010000010100000111001101011000110000001 | e8a882e6958eeab0b9e7848ceba0a0e6b181 |
UHC | 訂敎갹焌렠汁 | 111011111111010011001110111001111011000010111101111100011110000010001110101100011111000111110000 | eff4cee7b0bdf1e08eb1f1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)