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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軆轉鵯禀 | 1110011101011100111001110111101011101010010010101110001001101000 | e75ce77aea4ae268 |
EUC-JP | 軆轉鵯禀 | 1110110110111101111011011101101111110011101010111110001111001001 | edbdeddbf3abe3c9 |
UTF-8 | 軆轉鵯禀 | 111010001011101110000110111010001011110110001001111010011011010110101111111001111010011010000000 | e8bb86e8bd89e9b5afe7a680 |
UHC | ?轉?? | 0011111111101111101011100011111100111111 | 3fefae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)