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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 潁h?玉 | 10011111111100011000001010001000001111111000101111001010 | 9ff182883f8bca |
EUC-JP | 潁h?玉 | 11011110111100111010001111101000001111111011011011001100 | def3a3e83fb6cc |
UTF-8 | 潁h뮅玉 | 111001101011110110000001111011111011110110001000111010111010111010000101111001111000111010001001 | e6bd81efbd88ebae85e78e89 |
UHC | 潁h뮅玉 | 1110011110111000101000111110100010010010100101001110100010101100 | e7b8a3e89294e8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)