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 | 萓伎 | 11100100101111101000101011101010 | e4be8aea |
EUC-JP | 萓伎 | 11101000110000001011010011101100 | e8c0b4ec |
UTF-8 | 萓伎 | 111010001001000010010011111001001011110010001110 | e89093e4bc8e |
UHC | ?伎 | 001111111101000011101011 | 3fd0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)