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 | 駭?倖經? | 1110100101101110001111111000110011110100111000110101001100111111 | e96e3f8cf4e3533f |
EUC-JP | 駭?倖經? | 1111000111001111001111111011100011110110111001011011010000111111 | f1cf3fb8f6e5b43f |
UTF-8 | 駭렱倖經렧 | 111010011010011110101101111010111010000010110001111001011000000010010110111001111011011010010011111010111010000010100111 | e9a7adeba0b1e58096e7b693eba0a7 |
UHC | 駭렱倖經렧 | 11111010101101001000111010111110111110101011100011001100111010001000111010110110 | fab48ebefab8cce88eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)