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 | 実渉。蛇 | 10001110110000001000111111000010101000011000111011010110 | 8ec08fc2a18ed6 |
EUC-JP | 実渉。蛇 | 1011110011000010101111101100010010001110101000011011110011011000 | bcc2bec48ea1bcd8 |
UTF-8 | 実渉。蛇 | 111001011010111010011111111001101011100010001001111011111011110110100001111010001001101110000111 | e5ae9fe6b889efbda1e89b87 |
UHC | ???蛇 | 0011111100111111001111111101111011101111 | 3f3f3fdeef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)