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 | ßסÛÍ× | 110111111101011110100001110110111100110111010111 | dfd7a1dbcdd7 |
SJIS-WIN | ?×???× | 0011111110000001011111100011111100111111001111111000000101111110 | 3f817e3f3f3f817e |
EUC-JP | ßסÛÍ× | 10001111101010011100111010100001110111111000111110100010110000101000111110101010111001011000111110101010101111111010000111011111 | 8fa9cea1df8fa2c28faae58faabfa1df |
UTF-8 | ßסÛÍ× | 110000111001111111000011100101111100001010100001110000111001101111000011100011011100001110010111 | c39fc397c2a1c39bc38dc397 |
UHC | ßס??× | 10101001101011001010000110111111101000101010111000111111001111111010000110111111 | a9aca1bfa2ae3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)