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 | 狼靜}狼靜{^ | 1001100001010100111010001100111001111101100110000101010011101000110011100111101101011110 | 9854e8ce7d9854e8ce7b5e |
EUC-JP | 狼靜}狼靜{^ | 1100111110110101111100001101000001111101110011111011010111110000110100000111101101011110 | cfb5f0d07dcfb5f0d07b5e |
UTF-8 | 狼靜}狼靜{^ | 111001111000101110111100111010011001110110011100011111011110011110001011101111001110100110011101100111000111101101011110 | e78bbce99d9c7de78bbce99d9c7b5e |
UHC | 狼靜}狼靜{^ | 1101010111001001111100001010000101111101110101011100100111110000101000010111101101011110 | d5c9f0a17dd5c9f0a17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)