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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韜難セ憺シ | 1110100011101001100100111110111110111110100111001110100110111100 | e8e993efbe9ce9bc |
EUC-JP | 韜難セ憺シ | 11110000111010111100011011110001100011101011111011011000111010111000111010111100 | f0ebc6f18ebed8eb8ebc |
UTF-8 | 韜難セ憺シ | 111010011001111110011100111010011001101110100011111011111011110110111110111001101000011010111010111011111011110110111100 | e99f9ce99ba3efbdbee686baefbdbc |
UHC | 韜難?憺? | 1101010010110111110100011111000100111111110100111011110000111111 | d4b7d1f13fd3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)