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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | エ鰺銓ク | 1111000010111100101101001110100111001011111001111111001010111000 | f0bcb4e9cbe7f2b8 |
EUC-JP | ?エ鰺銓ク | 001111111000111010110100111100101100110111101110111101001000111010111000 | 3f8eb4f2cdeef48eb8 |
UTF-8 | エ鰺銓ク | 111011101000000110111011111011111011110110110100111010011011000010111010111010011000101010010011111011111011110110111000 | ee81bbefbdb4e9b0bae98a93efbdb8 |
UHC | ???銓? | 001111110011111100111111111011111011000000111111 | 3f3f3fefb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)