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 | 倖ヨ沓\ | 10001100111101001000001110001000100011000100001001011100 | 8cf483888c425c |
EUC-JP | 倖ヨ沓\ | 10111000111101101010010111101000101101111010001101011100 | b8f6a5e8b7a35c |
UTF-8 | 倖ヨ沓\ | 11100101100000001001011011100011100000111010100011100110101100101001001101011100 | e58096e383a8e6b2935c |
UHC | 倖ヨ沓\ | 11111010101110001010101111101000110100111100101101011100 | fab8abe8d3cb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)