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 | 潁g?恭 | 10011111111100011000001010000111001111111000101110110001 | 9ff182873f8bb1 |
EUC-JP | 潁g?恭 | 11011110111100111010001111100111001111111011011010110011 | def3a3e73fb6b3 |
UTF-8 | 潁gㄻ恭 | 111001101011110110000001111011111011110110000111111000111000010010111011111001101000000110101101 | e6bd81efbd87e384bbe681ad |
UHC | 潁gㄻ恭 | 1110011110111000101000111110011110100100101010111100110111110001 | e7b8a3e7a4abcdf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)