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 | ??灌 | 00111111001111111001111111110011 | 3f3f9ff3 |
EUC-JP | ??灌 | 00111111001111111101111011110101 | 3f3fdef5 |
UTF-8 | 麟잰灌 | 111011111010011110110011111011001001111010110000111001111000000110001100 | efa7b3ec9eb0e7818c |
UHC | 麟잰灌 | 111011001110100011000000111010011100111010110100 | ece8c0e9ceb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)