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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 鈔幟娃\ | 11100111111000101001101111101110100010001010000101011100 | e7e29bee88a15c |
EUC-JP | 鈔幟娃\ | 11101110111001001101011011110000101100001010001101011100 | eee4d6f0b0a35c |
UTF-8 | 鈔幟娃\ | 11101001100010001001010011100101101110011001111111100101101010001000001101011100 | e98894e5b99fe5a8835c |
UHC | ?幟娃\ | 001111111111011010111010111010001101111101011100 | 3ff6bae8df5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)