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 | ×Ìä÷× | 1101011111001100111001001111011111010111 | d7cce4f7d7 |
SJIS-WIN | ×??÷× | 1000000101111110001111110011111110000001100000001000000101111110 | 817e3f3f8180817e |
EUC-JP | ×Ìä÷× | 101000011101111110001111101010101100000010001111101010111010001110100001111000001010000111011111 | a1df8faac08faba3a1e0a1df |
UTF-8 | ×Ìä÷× | 11000011100101111100001110001100110000111010010011000011101101111100001110010111 | c397c38cc3a4c3b7c397 |
UHC | ×??÷× | 1010000110111111001111110011111110100001110000001010000110111111 | a1bf3f3fa1c0a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)