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 | 100110111101100101011001100110111101100101011010 | 9bd9599bd95a |
EUC-JP | 巍Y巍Z | 110101101101101101011001110101101101101101011010 | d6db59d6db5a |
UTF-8 | 巍Y巍Z | 1110010110110111100011010101100111100101101101111000110101011010 | e5b78d59e5b78d5a |
UHC | 巍Y巍Z | 111010001110010001011001111010001110010001011010 | e8e459e8e45a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)