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 | 訂葛??? | 10010010111110011000101010001011001111110011111100111111 | 92f98a8b3f3f3f |
EUC-JP | 訂葛?焌? | 110001001111101110110011111010110011111110001111110010011110100000111111 | c4fbb3eb3f8fc9e83f |
UTF-8 | 訂葛갹焌렠 | 111010001010100010000010111010001001000110011011111010101011000010111001111001111000010010001100111010111010000010100000 | e8a882e8919beab0b9e7848ceba0a0 |
UHC | 訂葛갹焌렠 | 11101111111101001100101011100111101100001011110111110001111000001000111010110001 | eff4cae7b0bdf1e08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)