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 | 駭?駭?湖 | 1110100101101110001111111110100101101110001111111000110011001110 | e96e3fe96e3f8cce |
EUC-JP | 駭?駭?湖 | 1111000111001111001111111111000111001111001111111011100011010000 | f1cf3ff1cf3fb8d0 |
UTF-8 | 駭렱駭렍湖 | 111010011010011110101101111010111010000010110001111010011010011110101101111010111010000010001101111001101011100110010110 | e9a7adeba0b1e9a7adeba08de6b996 |
UHC | 駭렱駭렍湖 | 11111010101101001000111010111110111110101011010010001110101000111111101111001001 | fab48ebefab48ea3fbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)