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 | 鬮アミ辛 | 111010011010101110110001110100001001000001101000 | e9abb1d09068 |
EUC-JP | 鬮アミ辛 | 1111001010101101100011101011000110001110110100001011111111001001 | f2ad8eb18ed0bfc9 |
UTF-8 | 鬮アミ辛 | 111010011010110010101110111011111011110110110001111011111011111010010000111010001011111010011011 | e9acaeefbdb1efbe90e8be9b |
UHC | ???辛 | 0011111100111111001111111110001111110100 | 3f3f3fe3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)