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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?扇? | 00111111100100001110111000111111 | 3f90ee3f |
EUC-JP | 璇扇? | 100011111100110011001111110000001111000000111111 | 8fcccfc0f03f |
UTF-8 | 璇扇卨 | 111001111001001010000111111001101000100110000111111001011000110110101000 | e79287e68987e58da8 |
UHC | 璇扇卨 | 111000001100011011100000101111111110000011011001 | e0c6e0bfe0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)