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 | 地?枷 | 1001001001101110001111111001111001100111 | 926e3f9e67 |
EUC-JP | 地?枷 | 1100001111001111001111111101101111001000 | c3cf3fdbc8 |
UTF-8 | 地쟀枷 | 111001011001110010110000111011001001111110000000111001101001111010110111 | e59cb0ec9f80e69eb7 |
UHC | 地쟀枷 | 111100101010001011000000111011101100101010101110 | f2a2c0eecaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)