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 | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 楔Y楔bE | 10011110101101100101100110011110101101100110001001000101 | 9eb6599eb66245 |
EUC-JP | 楔Y楔bE | 11011100101110000101100111011100101110000110001001000101 | dcb859dcb86245 |
UTF-8 | 楔Y楔bE | 111001101010010110010100010110011110011010100101100101000110001001000101 | e6a59459e6a5946245 |
UHC | 楔Y楔bE | 11100000110110110101100111100000110110110110001001000101 | e0db59e0db6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)