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 | êä¼£ | 11101010111001001011110010100011 | eae4bca3 |
SJIS-WIN | ???£ | 0011111100111111001111111000000110010010 | 3f3f3f8192 |
EUC-JP | êä?£ | 100011111010101110110100100011111010101110100011001111111010000111110010 | 8fabb48faba33fa1f2 |
UTF-8 | êä¼£ | 1100001110101010110000111010010011000010101111001100001010100011 | c3aac3a4c2bcc2a3 |
UHC | ??¼? | 0011111100111111101010001111100100111111 | 3f3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)