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 | 澱?珥 | 1001001101100010001111111110000011100000 | 93623fe0e0 |
EUC-JP | 澱?珥 | 1100010111000011001111111110000011100010 | c5c33fe0e2 |
UTF-8 | 澱렢珥 | 111001101011111010110001111010111010000010100010111001111000111110100101 | e6beb1eba0a2e78fa5 |
UHC | 澱렢珥 | 111011101111111010001110101100111110110010110100 | eefe8eb3ecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)