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 | 浯俸s\ | 11111010111111001001010111101110100000101001001101011100 | fafc95ee82935c |
EUC-JP | 浯俸s\ | 1000111111000111110000111100101011110000101000111111001101011100 | 8fc7c3caf0a3f35c |
UTF-8 | 浯俸s\ | 11100110101101011010111111100100101111111011100011101111101111011001001101011100 | e6b5afe4bfb8efbd935c |
UHC | ?俸s\ | 001111111101110011100100101000111111001101011100 | 3fdce4a3f35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)