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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 畤珎獸Q] | 1110000101011110111000001101110111100000110101110101000101011101 | e15ee0dde0d7515d |
EUC-JP | 畤珎獸Q] | 1110000110111111111000001101111111100000110110010101000101011101 | e1bfe0dfe0d9515d |
UTF-8 | 畤珎獸Q] | 1110011110010101101001001110011110001111100011101110011110001101101110000101000101011101 | e795a4e78f8ee78db8515d |
UHC | ??獸Q] | 001111110011111111100010101011100101000101011101 | 3f3fe2ae515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)