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 | 虞?紋彫? | 1000101111110001001111111001011011100100100100101010010000111111 | 8bf13f96e492a43f |
EUC-JP | 虞?紋彫? | 1011011011110011001111111100110011100110110001001010011000111111 | b6f33fcce6c4a63f |
UTF-8 | 虞곈紋彫렟 | 111010001001100110011110111010101011001110001000111001111011010010001011111001011011110110101011111010111010000010011111 | e8999eeab388e7b48be5bdabeba09f |
UHC | 虞곈紋彫렟 | 11101001111001011011000011101001110110101010001111110000110000011000111010110000 | e9e5b0e9daa3f0c18eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)