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 | 德震}德震{^ | 1111101010111010100100000110101101111101111110101011101010010000011010110111101101011110 | faba906b7dfaba906b7b5e |
EUC-JP | ?震}?震{^ | 001111111011111111001100011111010011111110111111110011000111101101011110 | 3fbfcc7d3fbfcc7b5e |
UTF-8 | 德震}德震{^ | 111001011011111010110111111010011001110010000111011111011110010110111110101101111110100110011100100001110111101101011110 | e5beb7e99c877de5beb7e99c877b5e |
UHC | 德震}德震{^ | 1101001111101100111100101110100001111101110100111110110011110010111010000111101101011110 | d3ecf2e87dd3ecf2e87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)