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 | 梧??佯 | 100011001110011000111111001111111001100011010001 | 8ce63f3f98d1 |
EUC-JP | 梧??佯 | 101110001110100000111111001111111101000011010011 | b8e83f3fd0d3 |
UTF-8 | 梧€닁佯 | 111001101010001010100111111000101000001010101100111010111000101110000001111001001011110110101111 | e6a2a7e282aceb8b81e4bdaf |
UHC | 梧€닁佯 | 1110011111111100101000101110011010001000100010101110010110111010 | e7fca2e6888ae5ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)