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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 膊懶E | 1110010001001101100111001110111101000101 | e44d9cef45 |
EUC-JP | 膊懶E | 1110011110101110110110001111000101000101 | e7aed8f145 |
UTF-8 | 膊懶E | 11101000100001101000101011100110100001111011011001000101 | e8868ae687b645 |
UHC | 膊懶E | 1101101011011011110101001111101101000101 | dadbd4fb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)