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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 莉匁クャ@h | 1110010010111011100101101110011010111000101011000100000001101000 | e4bb96e6b8ac4068 |
EUC-JP | 莉匁クャ@h | 11101000101111011100110011101000100011101011100010001110101011000100000001101000 | e8bdcce88eb88eac4068 |
UTF-8 | 莉匁クャ@h | 1110100010001110100010011110010110001100100000011110111110111101101110001110111110111101101011000100000001101000 | e88e89e58c81efbdb8efbdac4068 |
UHC | 莉???@h | 11010111111010010011111100111111001111110100000001101000 | d7e93f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)