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 | 壯??猥 | 100110101110000100111111001111111110000011001110 | 9ae13f3fe0ce |
EUC-JP | 壯??猥 | 110101001110001100111111001111111110000011010000 | d4e33f3fe0d0 |
UTF-8 | 壯띄즯猥 | 111001011010001110101111111010111001110110000100111011001010011010101111111001111000110010100101 | e5a3afeb9d84eca6afe78ca5 |
UHC | 壯띄즯猥 | 1110110111100000101101101110011110100011100000011110100011100101 | ede0b6e7a381e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)