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 | ?斜 | 001111111000111011001110 | 3f8ece |
EUC-JP | 熒斜 | 1000111111001010101001111011110011010000 | 8fcaa7bcd0 |
UTF-8 | 熒斜 | 111001111000011010010010111001101001011010011100 | e78692e6969c |
UHC | 熒斜 | 11111011101001111101111011011000 | fba7ded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)