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 | 陷亥競蝨 | 1110100010011100100010001110010110001011101000111110010110011100 | e89c88e58ba3e59c |
EUC-JP | 陷亥競蝨 | 1110111111111100101100001110011110110110101001011110100111111100 | effcb0e7b6a5e9fc |
UTF-8 | 陷亥競蝨 | 111010011001100110110111111001001011101010100101111001111010101110110110111010001001110110101000 | e999b7e4baa5e7abb6e89da8 |
UHC | 陷亥競蝨 | 1111100111101000111110101010010011001100111001101110001110100100 | f9e8faa4cce6e3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)