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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 沚遁c? | 10011111100011011001001111011001100000101000001100111111 | 9f8d93d982833f |
EUC-JP | 沚遁c? | 11011101111011011100011011011011101000111110001100111111 | ddedc6dba3e33f |
UTF-8 | 沚遁c뤈 | 111001101011001010011010111010011000000110000001111011111011110110000011111010111010010010001000 | e6b29ae98181efbd83eba488 |
UHC | 沚遁c뤈 | 1111001010101111110101001110110110100011111000111000111110111000 | f2afd4eda3e38fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)