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 | 鬆舌Ι墲 | 1110100110100000100100001110001110000011101001111111101010011110 | e9a090e383a7fa9e |
EUC-JP | 鬆舌Ι墲 | 111100101010001011000000111001011010011010101001100011111011100011001110 | f2a2c0e5a6a98fb8ce |
UTF-8 | 鬆舌Ι墲 | 1110100110101100100001101110100010001000100011001100111010011001111001011010001010110010 | e9ac86e8888cce99e5a2b2 |
UHC | ?舌Ι? | 001111111110000011011111101001011100100100111111 | 3fe0dfa5c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)