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 | 移?蟻?狎 | 1000100011011010001111111000101101100001001111111110000010111110 | 88da3f8b613fe0be |
EUC-JP | 移?蟻?狎 | 1011000011011100001111111011010111000010001111111110000011000000 | b0dc3fb5c23fe0c0 |
UTF-8 | 移렓蟻렒狎 | 111001111010011110111011111010111010000010010011111010001001111110111011111010111010000010010010111001111000101110001110 | e7a7bbeba093e89fbbeba092e78b8e |
UHC | 移렓蟻렒狎 | 11101100101110011000111010101000111010111111110010001110101001111110010011100100 | ecb98ea8ebfc8ea7e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)