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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 鰲k?BF | 11101001111000001000001010001011001111110100001001000110 | e9e0828b3f4246 |
EUC-JP | 鰲k?BF | 11110010111000101010001111101011001111110100001001000110 | f2e2a3eb3f4246 |
UTF-8 | 鰲k궢BF | 1110100110110000101100101110111110111101100010111110101010110110101000100100001001000110 | e9b0b2efbd8beab6a24246 |
UHC | 鰲k궢BF | 1110100010100111101000111110101110000010101101010100001001000110 | e8a7a3eb82b54246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)