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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 寤???ζ? | 1001101110001000001111110011111100111111100000111100010000111111 | 9b883f3f3f83c43f |
EUC-JP | 寤???ζ? | 1101010111101000001111110011111100111111101001101100011000111111 | d5e83f3f3fa6c63f |
UTF-8 | 寤롪데杻ζ렔 | 1110010110101111101001001110101110100001101010101110101110001101101100001110111110100111100010001100111010110110111010111010000010010100 | e5afa4eba1aaeb8db0efa788ceb6eba094 |
UHC | 寤롪데杻ζ렔 | 111001111111010110001110111010101011010110100101111010101111010010100101111001101000111010101001 | e7f58eeab5a5eaf4a5e68ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)