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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銓倅ケ玲」 | 1110011111110010100110001110010010111001100101111110011010100011 | e7f298e4b997e6a3 |
EUC-JP | 銓倅ケ玲」 | 11101110111101001101000011100110100011101011100111001110111010001000111010100011 | eef4d0e68eb9cee88ea3 |
UTF-8 | 銓倅ケ玲」 | 111010011000101010010011111001011000000010000101111011111011110110111001111001111000111010110010111011111011110110100011 | e98a93e58085efbdb9e78eb2efbda3 |
UHC | 銓??玲? | 11101111101100000011111100111111110101101011110000111111 | efb03f3fd6bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)