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 | ì׼ݼ§ | 111011001101011110111100110111011011110010100111 | ecd7bcddbca7 |
SJIS-WIN | ?×???§ | 0011111110000001011111100011111100111111001111111000000110011000 | 3f817e3f3f3f8198 |
EUC-JP | ì×?Ý?§ | 100011111010101111000000101000011101111100111111100011111010101011110010001111111010000111111000 | 8fabc0a1df3f8faaf23fa1f8 |
UTF-8 | ì׼ݼ§ | 110000111010110011000011100101111100001010111100110000111001110111000010101111001100001010100111 | c3acc397c2bcc39dc2bcc2a7 |
UHC | ?×¼?¼§ | 00111111101000011011111110101000111110010011111110101000111110011010000111010111 | 3fa1bfa8f93fa8f9a1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)