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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 茁???F | 111110111001001100111111001111110011111101000110 | fb933f3f3f46 |
EUC-JP | 茁?檉?F | 100011111101011111011110001111111000111111000101101110110011111101000110 | 8fd7de3f8fc5bb3f46 |
UTF-8 | 茁렫檉렢F | 11101000100011001000000111101011101000001010101111100110101010101000100111101011101000001010001001000110 | e88c81eba0abe6aa89eba0a246 |
UHC | 茁렫檉렢F | 111100011110100010001110101110011110111111100000100011101011001101000110 | f1e88eb9efe08eb346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)