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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | ‐〓P | 1000000101011101100000011010110001010000 | 815d81ac50 |
EUC-JP | ‐〓P | 1010000110111110101000101010111001010000 | a1bea2ae50 |
UTF-8 | ‐〓P | 11100010100000001001000011100011100000001001001101010000 | e28090e3809350 |
UHC | ?〓P | 00111111101000011110101101010000 | 3fa1eb50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)