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 | ー螢跖 | 11110000101100111011000011100101101000111110011011101000 | f0b3b0e5a3e6e8 |
EUC-JP | ?ー螢跖 | 00111111100011101011000011101010101001011110110011101010 | 3f8eb0eaa5ecea |
UTF-8 | ー螢跖 | 111011101000000110110010111011111011110110110000111010001001111010100010111010001011011110010110 | ee81b2efbdb0e89ea2e8b796 |
UHC | ??螢? | 0011111100111111111110111010101100111111 | 3f3ffbab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)