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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 弱?クSB | 10001110111000110011111110000011010011100101001101000010 | 8ee33f834e5342 |
EUC-JP | 弱?クSB | 10111100111001010011111110100101101011110101001101000010 | bce53fa5af5342 |
UTF-8 | 弱딁クSB | 1110010110111100101100011110101110010100100000011110001110000010101011110101001101000010 | e5bcb1eb9481e382af5342 |
UHC | 弱딁クSB | 1110010110110000100010101110011110101011101011110101001101000010 | e5b08ae7abaf5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)