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 | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | 将ョ。゙}B | 10001111101010111010111010100001110111100111110101000010 | 8fabaea1de7d42 |
EUC-JP | 将ョ。゙}B | 10111110101011011000111010101110100011101010000110001110110111100111110101000010 | bead8eae8ea18ede7d42 |
UTF-8 | 将ョ。゙}B | 1110010110110000100001101110111110111101101011101110111110111101101000011110111110111110100111100111110101000010 | e5b086efbdaeefbda1efbe9e7d42 |
UHC | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)