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 | ??z? | 00111111001111110111101000111111 | 3f3f7a3f |
SJIS-WIN | 秩?z彫 | 100100101000000100111111011110101001001010100100 | 92813f7a92a4 |
EUC-JP | 秩?z彫 | 110000111110000100111111011110101100010010100110 | c3e13f7ac4a6 |
UTF-8 | 秩섐z彫 | 11100111101001111010100111101100100001001001000001111010111001011011110110101011 | e7a7a9ec84907ae5bdab |
UHC | 秩섐z彫 | 11110010111100011011110010101011011110101111000011000001 | f2f1bcab7af0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)