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 | 匙渧 | 10001101111110101111101101001000 | 8dfafb48 |
EUC-JP | 匙渧 | 1011101011111100100011111100011111101011 | bafc8fc7eb |
UTF-8 | 匙渧 | 111001011000110010011001111001101011100010100111 | e58c99e6b8a7 |
UHC | 匙? | 111000111011010100111111 | e3b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)