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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髣匁聴 | 111010011001011110010110111001101001001010101110 | e99796e692ae |
EUC-JP | 髣匁聴 | 111100011111011111001100111010001100010010110000 | f1f7cce8c4b0 |
UTF-8 | 髣匁聴 | 111010011010101110100011111001011000110010000001111010001000000110110100 | e9aba3e58c81e881b4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)