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 | 涓睫}涓睫{^ | 1001111110110000111000011100101001111101100111111011000011100001110010100111101101011110 | 9fb0e1ca7d9fb0e1ca7b5e |
EUC-JP | 涓睫}涓睫{^ | 1101111010110010111000101100110001111101110111101011001011100010110011000111101101011110 | deb2e2cc7ddeb2e2cc7b5e |
UTF-8 | 涓睫}涓睫{^ | 111001101011011010010011111001111001110110101011011111011110011010110110100100111110011110011101101010110111101101011110 | e6b693e79dab7de6b693e79dab7b5e |
UHC | 涓睫}涓睫{^ | 1110011011001111111101001110001001111101111001101100111111110100111000100111101101011110 | e6cff4e27de6cff4e27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)