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 | 症贇銕 | 100011111100011111100110110101001110011111101100 | 8fc7e6d4e7ec |
EUC-JP | 症贇銕 | 101111101100100111101100110101101110111011101110 | bec9ecd6eeee |
UTF-8 | 症贇銕 | 111001111001011110000111111010001011010010000111111010011000101010010101 | e79787e8b487e98a95 |
UHC | 症贇? | 1111000111111000111010111100101100111111 | f1f8ebcb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)