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 | 訂敎?窪? | 1001001011111001111110101100110100111111100011000100010100111111 | 92f9facd3f8c453f |
EUC-JP | 訂??窪? | 11000100111110110011111100111111101101111010011000111111 | c4fb3f3fb7a63f |
UTF-8 | 訂敎갹窪렜 | 111010001010100010000010111001101001010110001110111010101011000010111001111001111010101010101010111010111010000010011100 | e8a882e6958eeab0b9e7aaaaeba09c |
UHC | 訂敎갹窪렜 | 11101111111101001100111011100111101100001011110111101000110000011000111010101110 | eff4cee7b0bde8c18eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)