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 | 珣旺珣 | 111110110110001110001001101000001111101101100011 | fb6389a0fb63 |
EUC-JP | 珣旺珣 | 1000111111001011111101001011001010100010100011111100101111110100 | 8fcbf4b2a28fcbf4 |
UTF-8 | 珣旺珣 | 111001111000111110100011111001101001011110111010111001111000111110100011 | e78fa3e697bae78fa3 |
UHC | 珣旺珣 | 111000101110100111101000110110101110001011101001 | e2e9e8dae2e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)