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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 弱?クvB | 10001110111000110011111110000011010011100111011001000010 | 8ee33f834e7642 |
EUC-JP | 弱?クvB | 10111100111001010011111110100101101011110111011001000010 | bce53fa5af7642 |
UTF-8 | 弱딁クvB | 1110010110111100101100011110101110010100100000011110001110000010101011110111011001000010 | e5bcb1eb9481e382af7642 |
UHC | 弱딁クvB | 1110010110110000100010101110011110101011101011110111011001000010 | e5b08ae7abaf7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)