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 | êëפ | 11101010111010111101011110100100 | eaebd7a4 |
SJIS-WIN | ??×? | 0011111100111111100000010111111000111111 | 3f3f817e3f |
EUC-JP | êëפ | 1000111110101011101101001000111110101011101100111010000111011111100011111010001011110000 | 8fabb48fabb3a1df8fa2f0 |
UTF-8 | êëפ | 1100001110101010110000111010101111000011100101111100001010100100 | c3aac3abc397c2a4 |
UHC | ??פ | 001111110011111110100001101111111010001010110100 | 3f3fa1bfa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)