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 | 地?地 | 1001001001101110001111111001001001101110 | 926e3f926e |
EUC-JP | 地?地 | 1100001111001111001111111100001111001111 | c3cf3fc3cf |
UTF-8 | 地심地 | 111001011001110010110000111011001000101110101100111001011001110010110000 | e59cb0ec8bace59cb0 |
UHC | 地심地 | 111100101010001010111101110010011111001010100010 | f2a2bdc9f2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)