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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 射捨 | 111100101110100110001110110010111000111011001100 | f2e98ecb8ecc |
EUC-JP | ?射捨 | 0011111110111100110011011011110011001110 | 3fbccdbcce |
UTF-8 | 射捨 | 111011101000100010100000111001011011000010000100111001101000110110101000 | ee88a0e5b084e68da8 |
UHC | ?射捨 | 0011111111011110110100101101111011010111 | 3fded2ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)