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 | 症」社 | 10001111110001111111000010001110101000111000111011010000 | 8fc7f08ea38ed0 |
EUC-JP | 症?」社 | 10111110110010010011111110001110101000111011110011010010 | bec93f8ea3bcd2 |
UTF-8 | 症」社 | 111001111001011110000111111011101000000110001101111011111011110110100011111001111010010010111110 | e79787ee818defbda3e7a4be |
UHC | 症??社 | 111100011111100000111111001111111101111011100100 | f1f83f3fdee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)