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 | ?????^c^ | 0011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f5e635e |
SJIS-WIN | モゥ^c^ | 1111011110100111111101101100111011010011101010011111000011101111010111100110001101011110 | f7a7f6ced3a9f0ef5e635e |
EUC-JP | ??モゥ?^c^ | 00111111001111111000111011010011100011101010100100111111010111100110001101011110 | 3f3f8ed38ea93f5e635e |
UTF-8 | モゥ^c^ | 111011101001011010001010111011101001001110110101111011111011111010010011111011111011110110101001111011101000001010101110010111100110001101011110 | ee968aee93b5efbe93efbda9ee82ae5e635e |
UHC | ?????^c^ | 0011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)