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 | 隲、蜃 | 1110100010101011101001001110010110000111 | e8aba4e587 |
EUC-JP | 隲、蜃 | 111100001010110110001110101001001110100111100111 | f0ad8ea4e9e7 |
UTF-8 | 隲、蜃 | 111010011001101010110010111011111011110110100100111010001001110010000011 | e99ab2efbda4e89c83 |
UHC | ??蜃 | 00111111001111111110001111110001 | 3f3fe3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)