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 | 踟h裙 | 111001101111011110000010100010001110010111100011 | e6f78288e5e3 |
EUC-JP | 踟h裙 | 111011001111100110100011111010001110101011100101 | ecf9a3e8eae5 |
UTF-8 | 踟h裙 | 111010001011100010011111111011111011110110001000111010001010001110011001 | e8b89fefbd88e8a399 |
UHC | ?h裙 | 0011111110100011111010001100111111011001 | 3fa3e8cfd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)