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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??靖 | 00111111001111111001011011110101 | 3f3f96f5 |
EUC-JP | ??靖 | 00111111001111111100110011110111 | 3f3fccf7 |
UTF-8 | 굣뤗靖 | 111010101011010110100011111010111010010010010111111010011001110110010110 | eab5a3eba497e99d96 |
UHC | 굣뤗靖 | 101100011011011110001111110001111110111111111110 | b1b78fc7effe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)