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 | タ螢裴 | 11110000101110101100000011100101101000111110010111101000 | f0bac0e5a3e5e8 |
EUC-JP | ?タ螢裴 | 00111111100011101100000011101010101001011110101011101010 | 3f8ec0eaa5eaea |
UTF-8 | タ螢裴 | 111011101000000110111001111011111011111010000000111010001001111010100010111010001010001110110100 | ee81b9efbe80e89ea2e8a3b4 |
UHC | ??螢裴 | 001111110011111111111011101010111101101111010000 | 3f3ffbabdbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)