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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄧奇セ懣 | 11111011101110011000101011101111101111101001110011101110 | fbb98aefbe9cee |
EUC-JP | 鄧奇セ懣 | 100011111110001011000111101101001111000110001110101111101101100011110000 | 8fe2c7b4f18ebed8f0 |
UTF-8 | 鄧奇セ懣 | 111010011000010010100111111001011010010110000111111011111011110110111110111001101000011110100011 | e984a7e5a587efbdbee687a3 |
UHC | 鄧奇?? | 110101001111100011010000111101000011111100111111 | d4f8d0f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)