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 | 衒七汐 | 111001011100100010001110101101011000111010101100 | e5c88eb58eac |
EUC-JP | 衒七汐 | 111010101100101010111100101101111011110010101110 | eacabcb7bcae |
UTF-8 | 衒七汐 | 111010001010000110010010111001001011100010000011111001101011000110010000 | e8a192e4b883e6b190 |
UHC | 衒七汐 | 111110101110010111110110110100101110000010110001 | fae5f6d2e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)