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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 跋ー逅ソ\ | 11100110111010111011000011100111100100001011111101011100 | e6ebb0e790bf5c |
EUC-JP | 跋ー逅ソ\ | 111011001110110110001110101100001110110111110000100011101011111101011100 | eced8eb0edf08ebf5c |
UTF-8 | 跋ー逅ソ\ | 11101000101101111000101111101111101111011011000011101001100000001000010111101111101111011011111101011100 | e8b78befbdb0e98085efbdbf5c |
UHC | 跋?逅?\ | 11011011101000100011111111111101101100010011111101011100 | dba23ffdb13f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)