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 | 111001011010111010111111011110101110010110101110101111110111101001000010 | e5aebf7ae5aebf7a42 |
EUC-JP | 螳ソz螳ソzB | 1110101010110000100011101011111101111010111010101011000010001110101111110111101001000010 | eab08ebf7aeab08ebf7a42 |
UTF-8 | 螳ソz螳ソzB | 111010001001111010110011111011111011110110111111011110101110100010011110101100111110111110111101101111110111101001000010 | e89eb3efbdbf7ae89eb3efbdbf7a42 |
UHC | 螳?z螳?zB | 110100111101100100111111011110101101001111011001001111110111101001000010 | d3d93f7ad3d93f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)