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 | ßסÛÍ | 1101111111010111101000011101101111001101 | dfd7a1dbcd |
SJIS-WIN | ?×??? | 001111111000000101111110001111110011111100111111 | 3f817e3f3f3f |
EUC-JP | ßסÛÍ | 1000111110101001110011101010000111011111100011111010001011000010100011111010101011100101100011111010101010111111 | 8fa9cea1df8fa2c28faae58faabf |
UTF-8 | ßסÛÍ | 11000011100111111100001110010111110000101010000111000011100110111100001110001101 | c39fc397c2a1c39bc38d |
UHC | ßס?? | 1010100110101100101000011011111110100010101011100011111100111111 | a9aca1bfa2ae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)