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 | 地?項 | 1001001001101110001111111000110110000000 | 926e3f8d80 |
EUC-JP | 地?項 | 1100001111001111001111111011100111100000 | c3cf3fb9e0 |
UTF-8 | 地렩項 | 111001011001110010110000111010111010000010101001111010011010000010000101 | e59cb0eba0a9e9a085 |
UHC | 地렩項 | 111100101010001010001110101101111111101010100011 | f2a28eb7faa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)