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 | òë¼£ | 11110010111010111011110010100011 | f2ebbca3 |
SJIS-WIN | ???£ | 0011111100111111001111111000000110010010 | 3f3f3f8192 |
EUC-JP | òë?£ | 100011111010101111010010100011111010101110110011001111111010000111110010 | 8fabd28fabb33fa1f2 |
UTF-8 | òë¼£ | 1100001110110010110000111010101111000010101111001100001010100011 | c3b2c3abc2bcc2a3 |
UHC | ??¼? | 0011111100111111101010001111100100111111 | 3f3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)