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 | 絶???Ξ | 10010000111000100011111100111111001111111000001110101100 | 90e23f3f3f83ac |
EUC-JP | 絶??倻Ξ | 110000001110010000111111001111111000111110110001111101101010011010101110 | c0e43f3f8fb1f6a6ae |
UTF-8 | 絶껁겇倻Ξ | 1110011110110101101101101110101010111011100000011110101010110010100001111110010110000000101110111100111010011110 | e7b5b6eabb81eab287e580bbce9e |
UHC | 絶껁겇倻Ξ | 11101111101111101000001111100011100000011010010011100101101001101010010111001110 | efbe83e381a4e5a6a5ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)