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 | 豫?!? | 100110001010110000111111100000010100100100111111 | 98ac3f81493f |
EUC-JP | 豫?!堉 | 1101000010101110001111111010000110101010100011111011011111111101 | d0ae3fa1aa8fb7fd |
UTF-8 | 豫뗫!堉 | 111010001011000110101011111010111001011110101011111011111011110010000001111001011010000010001001 | e8b1abeb97abefbc81e5a089 |
UHC | 豫뗫!堉 | 1110011111100011100010111110101110100011101000011110101110111100 | e7e38beba3a1ebbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)