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 | 昇?? | 10001111101110000011111100111111 | 8fb83f3f |
EUC-JP | 昇?? | 10111110101110100011111100111111 | beba3f3f |
UTF-8 | 昇럥딢 | 111001101001100010000111111010111001111110100101111010111001010010100010 | e69887eb9fa5eb94a2 |
UHC | 昇럥딢 | 111000111011000010001110100010001000101101000101 | e3b08e888b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)