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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莉?? | 11100100101110110011111100111111 | e4bb3f3f |
EUC-JP | 莉鷗? | 111010001011110110001111111011001011111100111111 | e8bd8fecbf3f |
UTF-8 | 莉鷗뤺 | 111010001000111010001001111010011011011110010111111010111010010010111010 | e88e89e9b797eba4ba |
UHC | 莉鷗뤺 | 110101111110100111001111110011101000111111101000 | d7e9cfce8fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)