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 | 貞?紋辛? | 1001001011100101001111111001011011100100100100000110100000111111 | 92e53f96e490683f |
EUC-JP | 貞?紋辛? | 1100010011100111001111111100110011100110101111111100100100111111 | c4e73fcce6bfc93f |
UTF-8 | 貞곈紋辛렟 | 111010001011001010011110111010101011001110001000111001111011010010001011111010001011111010011011111010111010000010011111 | e8b29eeab388e7b48be8be9beba09f |
UHC | 貞곈紋辛렟 | 11101111111101101011000011101001110110101010001111100011111101001000111010110000 | eff6b0e9daa3e3f48eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)