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 | 赦釈捨 | 100011101100110110001110110111111000111011001100 | 8ecd8edf8ecc |
EUC-JP | 赦釈捨 | 101111001100111110111100111000011011110011001110 | bccfbce1bcce |
UTF-8 | 赦釈捨 | 111010001011010110100110111010011000011110001000111001101000110110101000 | e8b5a6e98788e68da8 |
UHC | 赦?捨 | 1101111011110101001111111101111011010111 | def53fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)