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 | 111001110110100011100111011001101001111111110001111010011111001101000110 | e768e7669ff1e9f346 |
EUC-JP | 輊軫潁鴣F | 111011011100100111101101110001111101111011110011111100101111010101000110 | edc9edc7def3f2f546 |
UTF-8 | 輊軫潁鴣F | 11101000101111001000101011101000101110111010101111100110101111011000000111101001101101001010001101000110 | e8bc8ae8bbabe6bd81e9b4a346 |
UHC | ?軫潁?F | 00111111111100101110001011100111101110000011111101000110 | 3ff2e2e7b83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)