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 | 蛹優 | 11100101100011001001011101000100 | e58c9744 |
EUC-JP | 蛹優 | 11101001111011001100110110100101 | e9eccda5 |
UTF-8 | 蛹優 | 111010001001101110111001111001011000010010101010 | e89bb9e584aa |
UHC | ?優 | 001111111110100111010000 | 3fe9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)