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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闕鷹ァ | 1110100010001101100100011110100110100111 | e88d91e9a7 |
EUC-JP | 闕鷹ァ | 111011111110110111000010111010111000111010100111 | efedc2eb8ea7 |
UTF-8 | 闕鷹ァ | 111010011001011110010101111010011011011110111001111011111011110110100111 | e99795e9b7b9efbda7 |
UHC | 闕鷹? | 1100111111110100111010111110110100111111 | cff4ebed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)