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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 陦呱、セ蓙仔^ | 1110100010100001100110011110101110100100101111101110010011100110100011100110010101011110 | e8a199eba4bee4e68e655e |
EUC-JP | 陦呱、セ蓙仔^ | 11110000101000111101001011101101100011101010010010001110101111101110100011101000101110111100011001011110 | f0a3d2ed8ea48ebee8e8bbc65e |
UTF-8 | 陦呱、セ蓙仔^ | 11101001100110011010011011100101100100011011000111101111101111011010010011101111101111011011111011101000100100111001100111100100101110111001010001011110 | e999a6e591b1efbda4efbdbee89399e4bb945e |
UHC | ?呱???仔^ | 001111111100110110110010001111110011111100111111111011011010100001011110 | 3fcdb23f3f3feda85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)