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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 塑申}塑申{^ | 1001000101011001100100000101110001111101100100010101100110010000010111000111101101011110 | 9159905c7d9159905c7b5e |
EUC-JP | 塑申}塑申{^ | 1100000110111010101111111011110101111101110000011011101010111111101111010111101101011110 | c1babfbd7dc1babfbd7b5e |
UTF-8 | 塑申}塑申{^ | 111001011010000110010001111001111001010010110011011111011110010110100001100100011110011110010100101100110111101101011110 | e5a191e794b37de5a191e794b37b5e |
UHC | 塑申}塑申{^ | 1110000110110001111000111110100101111101111000011011000111100011111010010111101101011110 | e1b1e3e97de1b1e3e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)