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 | 纓括 | 11100011100101111000101010000111 | e3978a87 |
EUC-JP | 纓括 | 11100101111101111011001111100111 | e5f7b3e7 |
UTF-8 | 纓括 | 111001111011101010010011111001101000101110101100 | e7ba93e68bac |
UHC | 纓括 | 11100111110001011100111011000000 | e7c5cec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)