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 | 恁??夷? | 10011100100011000011111100111111100010001100111000111111 | 9c8c3f3f88ce3f |
EUC-JP | 恁??夷? | 11010111111011000011111100111111101100001101000000111111 | d7ec3f3fb0d03f |
UTF-8 | 恁㏉쉻夷봦 | 111001101000000110000001111000111000111110001001111011001000100110111011111001011010010010110111111010111011010010100110 | e68181e38f89ec89bbe5a4b7ebb4a6 |
UHC | 恁㏉쉻夷봦 | 11101100111101101010011111101101100110101001000111101100101010001001010001101000 | ecf6a7ed9a91eca89468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)