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 | 1110001110100000100010011111110001000010 | e3a089fc42 |
EUC-JP | 罌改B | 1110011010100010101100101111111001000010 | e6a2b2fe42 |
UTF-8 | 罌改B | 11100111101111011000110011100110100101001011100101000010 | e7bd8ce694b942 |
UHC | 罌改B | 1110010110100010110010111100011101000010 | e5a2cbc742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)