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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篠式質実 | 1000111011000010100011101010111010001110101111111000111011000000 | 8ec28eae8ebf8ec0 |
EUC-JP | 篠式質実 | 1011110011000100101111001011000010111100110000011011110011000010 | bcc4bcb0bcc1bcc2 |
UTF-8 | 篠式質実 | 111001111010111110100000111001011011110010001111111010001011001110101010111001011010111010011111 | e7afa0e5bc8fe8b3aae5ae9f |
UHC | 篠式質? | 11100001110001101110001111010010111100101111010100111111 | e1c6e3d2f2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)