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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 脩ョ | 11100011111110011000001110000111 | e3f98387 |
EUC-JP | 脩ョ | 11100110111110111010010111100111 | e6fba5e7 |
UTF-8 | 脩ョ | 111010001000010010101001111000111000001110100111 | e884a9e383a7 |
UHC | 脩ョ | 11100010101110111010101111100111 | e2bbabe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)