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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 腺羨旋F | 10010001010000101001000101000001100100001111100101000110 | 9142914190f946 |
EUC-JP | 腺羨旋F | 11000001101000111100000110100010110000001111101101000110 | c1a3c1a2c0fb46 |
UTF-8 | 腺羨旋F | 11101000100001011011101011100111101111101010100011100110100101111000101101000110 | e885bae7bea8e6978b46 |
UHC | 腺羨旋F | 11100000110011011110000011001100111000001100000101000110 | e0cde0cce0c146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)