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 | 鬮エ阮厥 | 11101001101010111011010011101000100101101001100111001110 | e9abb4e89699ce |
EUC-JP | 鬮エ阮厥 | 1111001010101101100011101011010011101111111101101101001011010000 | f2ad8eb4eff6d2d0 |
UTF-8 | 鬮エ阮厥 | 111010011010110010101110111011111011110110110100111010011001100010101110111001011000111010100101 | e9acaeefbdb4e998aee58ea5 |
UHC | ??阮厥 | 001111110011111111101000110101101100111111110000 | 3f3fe8d6cff0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)