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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 湜疾 | 11111011010001111000111010111110 | fb478ebe |
EUC-JP | 湜疾 | 1000111111000111111111001011110011000000 | 8fc7fcbcc0 |
UTF-8 | 湜疾 | 111001101011100110011100111001111001011010111110 | e6b99ce796be |
UHC | 湜疾 | 11100011110101111111001011110000 | e3d7f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)