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 | 釣?← | 1001001011011110001111111000000110101001 | 92de3f81a9 |
EUC-JP | 釣?← | 1100010011100000001111111010001010101011 | c4e03fa2ab |
UTF-8 | 釣댐← | 111010011000011110100011111010111000110010010000111000101000011010010000 | e987a3eb8c90e28690 |
UHC | 釣댐← | 111100001110010110110100111011111010000111100111 | f0e5b4efa1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)