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 | 鮑咎 | 11101001101110001001100111101001 | e9b899e9 |
EUC-JP | 鮑咎 | 11110010101110101101001011101011 | f2bad2eb |
UTF-8 | 鮑咎 | 111010011010111010010001111001011001001010001110 | e9ae91e5928e |
UHC | 鮑咎 | 11111000111010101100111110100100 | f8eacfa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)