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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豫???? | 100110001010110000111111001111110011111100111111 | 98ac3f3f3f3f |
EUC-JP | 豫???? | 110100001010111000111111001111110011111100111111 | d0ae3f3f3f3f |
UTF-8 | 豫뗪데杻붺 | 111010001011000110101011111010111001011110101010111010111000110110110000111011111010011110001000111010111011011010111010 | e8b1abeb97aaeb8db0efa788ebb6ba |
UHC | 豫뗪데杻붺 | 11100111111000111000101111101010101101011010010111101010111101001001010011100111 | e7e38beab5a5eaf494e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)