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 | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | 遧ウA赶 | 111110111011010110110011010000011111101110110000 | fbb5b341fbb0 |
EUC-JP | 遧ウA? | 10001111111000011110001010001110101100110100000100111111 | 8fe1e28eb3413f |
UTF-8 | 遧ウA赶 | 11101001100000011010011111101111101111011011001101000001111010001011010110110110 | e981a7efbdb341e8b5b6 |
UHC | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)