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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 狐句 | 10001100110011111000101111100101 | 8ccf8be5 |
EUC-JP | 狐句 | 10111000110100011011011011100111 | b8d1b6e7 |
UTF-8 | 狐句 | 111001111000101110010000111001011000111110100101 | e78b90e58fa5 |
UHC | 狐句 | 11111011110011111100111110100011 | fbcfcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)