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 | ????g | 0011111100111111001111110011111101100111 | 3f3f3f3f67 |
SJIS-WIN | 銓暦スクg | 11100111111100101001011111101111101111011011100001100111 | e7f297efbdb867 |
EUC-JP | 銓暦スクg | 111011101111010011001110111100011000111010111101100011101011100001100111 | eef4cef18ebd8eb867 |
UTF-8 | 銓暦スクg | 11101001100010101001001111100110100110101010011011101111101111011011110111101111101111011011100001100111 | e98a93e69aa6efbdbdefbdb867 |
UHC | 銓???g | 111011111011000000111111001111110011111101100111 | efb03f3f3f67 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)