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 | ×°àß | 100011101101011110001110101100001110000011011111 | 8ed78eb0e0df |
SJIS-WIN | ?×?°?? | 0011111110000001011111100011111110000001100010110011111100111111 | 3f817e3f818b3f3f |
EUC-JP | ?×?°àß | 001111111010000111011111001111111010000111101011100011111010101110100010100011111010100111001110 | 3fa1df3fa1eb8faba28fa9ce |
UTF-8 | ×°àß | 110000101000111011000011100101111100001010001110110000101011000011000011101000001100001110011111 | c28ec397c28ec2b0c3a0c39f |
UHC | ?×?°?ß | 001111111010000110111111001111111010000111000110001111111010100110101100 | 3fa1bf3fa1c63fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)