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 | 苴d振 | 111001001001001110000010100001001001000001010101 | e49382849055 |
EUC-JP | 苴d振 | 111001111111001110100011111001001011111110110110 | e7f3a3e4bfb6 |
UTF-8 | 苴d振 | 111010001000101110110100111011111011110110000100111001101000110010101111 | e88bb4efbd84e68caf |
UHC | ?d振 | 0011111110100011111001001111001011001001 | 3fa3e4f2c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)