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 | û×¹º¾ | 11111011110101111000111010111001100011111011101010111110 | fbd78eb98fbabe |
SJIS-WIN | ?×????? | 0011111110000001011111100011111100111111001111110011111100111111 | 3f817e3f3f3f3f3f |
EUC-JP | û×???º? | 100011111010101111100101101000011101111100111111001111110011111110001111101000101110101100111111 | 8fabe5a1df3f3f3f8fa2eb3f |
UTF-8 | û×¹º¾ | 1100001110111011110000111001011111000010100011101100001010111001110000101000111111000010101110101100001010111110 | c3bbc397c28ec2b9c28fc2bac2be |
UHC | ?×?¹?º¾ | 0011111110100001101111110011111110101001111101100011111110101000101011001010100011111010 | 3fa1bf3fa9f63fa8aca8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)