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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 恁ъ?恁ν? | 10011100100011001000010010001100001111111001110010001100100000111100101100111111 | 9c8c848c3f9c8c83cb3f |
EUC-JP | 恁ъ?恁ν? | 11010111111011001010011111101100001111111101011111101100101001101100110100111111 | d7eca7ec3fd7eca6cd3f |
UTF-8 | 恁ъ꺽恁ν슄 | 11100110100000011000000111010001100010101110101010111010101111011110011010000001100000011100111010111101111011001000101010000100 | e68181d18aeababde68181cebdec8a84 |
UHC | 恁ъ꺽恁ν슄 | 111011001111011010101100111011001011001010101001111011001111011010100101111011011001101010010110 | ecf6acecb2a9ecf6a5ed9a96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)