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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 邇ウ\ | 11100111100011101011001101011100 | e78eb35c |
EUC-JP | 邇ウ\ | 1110110111101110100011101011001101011100 | edee8eb35c |
UTF-8 | 邇ウ\ | 11101001100000101000011111101111101111011011001101011100 | e98287efbdb35c |
UHC | 邇?\ | 11101100110001000011111101011100 | ecc43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)