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 | 移?檍?? | 10001000110110100011111110011110111110000011111100111111 | 88da3f9ef83f3f |
EUC-JP | 移?檍?? | 10110000110111000011111111011100111110100011111100111111 | b0dc3fdcfa3f3f |
UTF-8 | 移렓檍렪뤋 | 111001111010011110111011111010111010000010010011111001101010101010001101111010111010000010101010111010111010010010001011 | e7a7bbeba093e6aa8deba0aaeba48b |
UHC | 移렓檍렪뤋 | 11101100101110011000111010101000111001011110010110001110101110001000111110111011 | ecb98ea8e5e58eb88fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)