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 | 頷募些 | 111010001111010110010101111001011000110110110001 | e8f595e58db1 |
EUC-JP | 頷募些 | 111100001111011111001010111001111011101010110011 | f0f7cae7bab3 |
UTF-8 | 頷募些 | 111010011010000010110111111001011000101110011111111001001011101010011011 | e9a0b7e58b9fe4ba9b |
UHC | ?募些 | 0011111111011001101101001101111011000001 | 3fd9b4dec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)