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 | ?續秘杜杳^ | 00111111111000111001010010010100111010011001001101101101100111011110000001011110 | 3fe39494e9936d9de05e |
EUC-JP | ?續秘杜杳^ | 00111111111001011111010011001000111010111100010111001110110110101110001001011110 | 3fe5f4c8ebc5cedae25e |
UTF-8 | 뤈續秘杜杳^ | 11101011101001001000100011100111101110101000110011100111101001111001100011100110100111011001110011100110100111011011001101011110 | eba488e7ba8ce7a798e69d9ce69db35e |
UHC | 뤈續秘杜杳^ | 1000111110111000111000011101100111011101111110101101010011100001110110011101110001011110 | 8fb8e1d9ddfad4e1d9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)