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 | 銓篇崎・イ | 1110011111110010100101011101000110001101111010001010010110110010 | e7f295d18de8a5b2 |
EUC-JP | 銓篇崎・イ | 11101110111101001100101011010011101110101110101010001110101001011000111010110010 | eef4cad3baea8ea58eb2 |
UTF-8 | 銓篇崎・イ | 111010011000101010010011111001111010111110000111111001011011010010001110111011111011110110100101111011111011110110110010 | e98a93e7af87e5b48eefbda5efbdb2 |
UHC | 銓篇崎?? | 1110111110110000111110001011100111010000111110000011111100111111 | efb0f8b9d0f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)