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 | 諷?? | 11100110100001010011111100111111 | e6853f3f |
EUC-JP | 諷?岵 | 111010111110010100111111100011111011101110110111 | ebe53f8fbbb7 |
UTF-8 | 諷렍岵 | 111010001010101110110111111010111010000010001101111001011011001010110101 | e8abb7eba08de5b2b5 |
UHC | 諷렍岵 | 111110011010010010001110101000111111101111000000 | f9a48ea3fbc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)