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 | üI | 110000111011110001001001 | c3bc49 |
SJIS-WIN | ??I | 001111110011111101001001 | 3f3f49 |
EUC-JP | Ã?I | 1000111110101010101010100011111101001001 | 8faaaa3f49 |
UTF-8 | üI | 1100001110000011110000101011110001001001 | c383c2bc49 |
UHC | ?¼I | 00111111101010001111100101001001 | 3fa8f949 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)