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 | 豫?!肄 | 10011000101011000011111110000001010010011110001111100101 | 98ac3f8149e3e5 |
EUC-JP | 豫?!肄 | 11010000101011100011111110100001101010101110011011100111 | d0ae3fa1aae6e7 |
UTF-8 | 豫뗫!肄 | 111010001011000110101011111010111001011110101011111011111011110010000001111010001000001010000100 | e8b1abeb97abefbc81e88284 |
UHC | 豫뗫!肄 | 1110011111100011100010111110101110100011101000011110110010111101 | e7e38beba3a1ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)