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 | 沚遯擘? | 10011111100011011110011110101010100111011010010000111111 | 9f8de7aa9da43f |
EUC-JP | 沚遯擘? | 11011101111011011110111010101100110110101010011000111111 | ddedeeacdaa63f |
UTF-8 | 沚遯擘뤉 | 111001101011001010011010111010011000000110101111111001101001001110011000111010111010010010001001 | e6b29ae981afe69398eba489 |
UHC | 沚遯擘뤉 | 1111001010101111110101001110111011011011111110111000111110111001 | f2afd4eedbfb8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)