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 | ãפ | 10001111111000111101011110100100 | 8fe3d7a4 |
SJIS-WIN | ??×? | 0011111100111111100000010111111000111111 | 3f3f817e3f |
EUC-JP | ?ãפ | 001111111000111110101011101010101010000111011111100011111010001011110000 | 3f8fabaaa1df8fa2f0 |
UTF-8 | ãפ | 1100001010001111110000111010001111000011100101111100001010100100 | c28fc3a3c397c2a4 |
UHC | ??פ | 001111110011111110100001101111111010001010110100 | 3f3fa1bfa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)