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 | 邨九g鮟Э | 11100111101101011000101111100011100000101000011111101001101110111000010001011110 | e7b58be38287e9bb845e |
EUC-JP | 邨九g鮟Э | 11101110101101111011011011100101101000111110011111110010101111011010011110111111 | eeb7b6e5a3e7f2bda7bf |
UTF-8 | 邨九g鮟Э | 1110100110000010101010001110010010111001100111011110111110111101100001111110100110101110100111111101000010101101 | e982a8e4b99defbd87e9ae9fd0ad |
UHC | 邨九g鮟Э | 11110101101111101100111011111010101000111110011111100100110101011010110010111111 | f5becefaa3e7e4d5acbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)