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 | 萓伎ク | 1110010010111110100010101110101010111000 | e4be8aeab8 |
EUC-JP | 萓伎ク | 111010001100000010110100111011001000111010111000 | e8c0b4ec8eb8 |
UTF-8 | 萓伎ク | 111010001001000010010011111001001011110010001110111011111011110110111000 | e89093e4bc8eefbdb8 |
UHC | ?伎? | 00111111110100001110101100111111 | 3fd0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)