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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 玳膰z玳膰zB | 1110000011011100111001000101011101111010111000001101110011100100010101110111101001000010 | e0dce4577ae0dce4577a42 |
EUC-JP | 玳膰z玳膰zB | 1110000011011110111001111011100001111010111000001101111011100111101110000111101001000010 | e0dee7b87ae0dee7b87a42 |
UTF-8 | 玳膰z玳膰zB | 111001111000111010110011111010001000011010110000011110101110011110001110101100111110100010000110101100000111101001000010 | e78eb3e886b07ae78eb3e886b07a42 |
UHC | 玳?z玳?zB | 110100111110010100111111011110101101001111100101001111110111101001000010 | d3e53f7ad3e53f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)