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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諧奉 | 11100110011111101001010111110010 | e67e95f2 |
EUC-JP | 諧奉 | 11101011110111111100101011110100 | ebdfcaf4 |
UTF-8 | 諧奉 | 111010001010101110100111111001011010010110001001 | e8aba7e5a589 |
UHC | 諧奉 | 11111010101100101101110011100101 | fab2dce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)