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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | ?厓ヲ@h | 00111111111110101000110110000011100100100100000001101000 | 3ffa8d83924068 |
EUC-JP | ?厓ヲ@h | 0011111110001111101101001100011110100101111100100100000001101000 | 3f8fb4c7a5f24068 |
UTF-8 | 룵厓ヲ@h | 1110101110100011101101011110010110001110100100111110001110000011101100100100000001101000 | eba3b5e58e93e383b24068 |
UHC | 룵厓ヲ@h | 1000111110101010111001001110110110101011111100100100000001101000 | 8faae4edabf24068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)