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 | ?搬 | 001111111001010011000000 | 3f94c0 |
EUC-JP | 熒搬 | 1000111111001010101001111100100011000010 | 8fcaa7c8c2 |
UTF-8 | 熒搬 | 111001111000011010010010111001101001000010101100 | e78692e690ac |
UHC | 熒搬 | 11111011101001111101101011100110 | fba7dae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)