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 | 襪紙庄 | 111001100100001110001110100001101000111110101111 | e6438e868faf |
EUC-JP | 襪紙庄 | 111010111010010010111011111001101011111010110001 | eba4bbe6beb1 |
UTF-8 | 襪紙庄 | 111010001010010110101010111001111011010010011001111001011011101010000100 | e8a5aae7b499e5ba84 |
UHC | 襪紙庄 | 110110001100101011110010101101011110110111100100 | d8caf2b5ede4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)