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 | è¼üË] | 1110100010111100111111001100101101011101 | e8bcfccb5d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | è?üË] | 1000111110101011101100100011111110001111101010111110010010001111101010101011001101011101 | 8fabb23f8fabe48faab35d |
UTF-8 | è¼üË] | 110000111010100011000010101111001100001110111100110000111000101101011101 | c3a8c2bcc3bcc38b5d |
UHC | ?¼??] | 001111111010100011111001001111110011111101011101 | 3fa8f93f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)