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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 癘羸癘 | 111000011001011011100011101111101110000110010110 | e196e3bee196 |
EUC-JP | 癘羸癘 | 111000011111011011100110110000001110000111110110 | e1f6e6c0e1f6 |
UTF-8 | 癘羸癘 | 111001111001100110011000111001111011111010111000111001111001100110011000 | e79998e7beb8e79998 |
UHC | ?羸? | 00111111110101111110100000111111 | 3fd7e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)