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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 孺?Q] | 1001101101111101001111110101000101011101 | 9b7d3f515d |
EUC-JP | 孺?Q] | 1101010111011110001111110101000101011101 | d5de3f515d |
UTF-8 | 孺렮Q] | 1110010110101101101110101110101110100000101011100101000101011101 | e5adbaeba0ae515d |
UHC | 孺렮Q] | 111010101110100010001110101110110101000101011101 | eae88ebb515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)