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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ェ踵シ | 111101011010110010101010111001101111100110111100 | f5acaae6f9bc |
EUC-JP | ?ェ踵シ | 00111111100011101010101011101100111110111000111010111100 | 3f8eaaecfb8ebc |
UTF-8 | ェ踵シ | 111011101001000010010111111011111011110110101010111010001011100010110101111011111011110110111100 | ee9097efbdaae8b8b5efbdbc |
UHC | ??踵? | 0011111100111111111100011010001000111111 | 3f3ff1a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)