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 | 宍者猩 | 100011101011001110001110110100101110000011001101 | 8eb38ed2e0cd |
EUC-JP | 宍者猩 | 101111001011010110111100110101001110000011001111 | bcb5bcd4e0cf |
UTF-8 | 宍者猩 | 111001011010111010001101111010001000000010000101111001111000110010101001 | e5ae8de88085e78ca9 |
UHC | ?者猩 | 0011111111101101101110101110000011111010 | 3fedbae0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)