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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?粤B | 00111111111000101110001101000010 | 3fe2e342 |
EUC-JP | ?粤B | 00111111111001001110010101000010 | 3fe4e542 |
UTF-8 | 汤粤B | 11100110101100011010010011100111101100101010010001000010 | e6b1a4e7b2a442 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)