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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鴦??異?^ | 1110100111110001001111110011111110001000110110010011111101011110 | e9f13f3f88d93f5e |
EUC-JP | 鴦??異?^ | 1111001011110011001111110011111110110000110110110011111101011110 | f2f33f3fb0db3f5e |
UTF-8 | 鴦볛뮪異퍭^ | 11101001101101001010011011101011101100111001101111101011101011101010101011100111100101011011000011101101100011011010110101011110 | e9b4a6ebb39bebaeaae795b0ed8dad5e |
UHC | 鴦볛뮪異퍭^ | 1110010011101100100100111110001010010010101101001110110010110110101111000100010001011110 | e4ec93e292b4ecb6bc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)