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 | 苴欠升 | 111001001001001110001100100001111000111110100001 | e4938c878fa1 |
EUC-JP | 苴欠升 | 111001111111001110110111111001111011111010100011 | e7f3b7e7bea3 |
UTF-8 | 苴欠升 | 111010001000101110110100111001101010110010100000111001011000110110000111 | e88bb4e6aca0e58d87 |
UHC | ?欠升 | 0011111111111101111000101110001110101110 | 3ffde2e3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)