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 | 辣ァ逵杰 | 11100111100001011010011111100111100111001001111001011110 | e785a7e79c9e5e |
EUC-JP | 辣ァ逵杰 | 1110110111100101100011101010011111101101111111001101101110111111 | ede58ea7edfcdbbf |
UTF-8 | 辣ァ逵杰 | 111010001011111010100011111011111011110110100111111010011000000010110101111001101001110110110000 | e8bea3efbda7e980b5e69db0 |
UHC | 辣?逵杰 | 11010101101110000011111111010000101100001100101111111001 | d5b83fd0b0cbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)