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 | 泣ル? | 1000101110000011100000111000101100111111 | 8b83838b3f |
EUC-JP | 泣ル? | 1011010111100011101001011110101100111111 | b5e3a5eb3f |
UTF-8 | 泣ル썾 | 111001101011001110100011111000111000001110101011111011001000110110111110 | e6b3a3e383abec8dbe |
UHC | 泣ル썾 | 111010111110100010101011111010111001101110101000 | ebe8abeb9ba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)