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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 蛉蛉[蛉蛉[^ | 1110010101111000111001010111100001011011111001010111100011100101011110000101101101011110 | e578e5785be578e5785b5e |
EUC-JP | 蛉蛉[蛉蛉[^ | 1110100111011001111010011101100101011011111010011101100111101001110110010101101101011110 | e9d9e9d95be9d9e9d95b5e |
UTF-8 | 蛉蛉[蛉蛉[^ | 111010001001101110001001111010001001101110001001010110111110100010011011100010011110100010011011100010010101101101011110 | e89b89e89b895be89b89e89b895b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)