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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??り?夭 | 00111111001111111000001011101000001111111001101011101110 | 3f3f82e83f9aee |
EUC-JP | ??り?夭 | 00111111001111111010010011101010001111111101010011110000 | 3f3fa4ea3fd4f0 |
UTF-8 | 뤗횓り갰夭 | 111010111010010010010111111011011001101010010011111000111000001010001010111010101011000010110000111001011010010010101101 | eba497ed9a93e3828aeab0b0e5a4ad |
UHC | 뤗횓り갰夭 | 10001111110001111100001110001110101010101110101010110000101110101110100011101100 | 8fc7c38eaaeab0bae8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)