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?Z | 00111111010110010011111101011010 | 3f593f5a |
SJIS-WIN | 楔Y楔Z | 100111101011011001011001100111101011011001011010 | 9eb6599eb65a |
EUC-JP | 楔Y楔Z | 110111001011100001011001110111001011100001011010 | dcb859dcb85a |
UTF-8 | 楔Y楔Z | 1110011010100101100101000101100111100110101001011001010001011010 | e6a59459e6a5945a |
UHC | 楔Y楔Z | 111000001101101101011001111000001101101101011010 | e0db59e0db5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)