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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 狠蜩翊癜^ | 111000001100000111100101100100111110001111000010111000011001010101011110 | e0c1e593e3c2e1955e |
EUC-JP | 狠蜩翊癜^ | 111000001100001111101001111100111110011011000100111000011111010101011110 | e0c3e9f3e6c4e1f55e |
UTF-8 | 狠蜩翊癜^ | 11100111100010111010000011101000100111001010100111100111101111111000101011100111100110011001110001011110 | e78ba0e89ca9e7bf8ae7999c5e |
UHC | ??翊?^ | 001111110011111111101100110011010011111101011110 | 3f3feccd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)