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 | 蹼? | 111001110100110100111111 | e74d3f |
EUC-JP | 蹼? | 111011011010111000111111 | edae3f |
UTF-8 | 蹼ռ | 1110100010111001101111001101010110111100 | e8b9bcd5bc |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)