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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 臧?釜 | 1110010001101000001111111000101010011000 | e4683f8a98 |
EUC-JP | 臧?釜 | 1110011111001001001111111011001111111000 | e7c93fb3f8 |
UTF-8 | 臧억釜 | 111010001000011110100111111011001001011010110101111010011000011110011100 | e887a7ec96b5e9879c |
UHC | 臧억釜 | 111011011111010110111110111011111101110110111100 | edf5beefddbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)