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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??珣??? | 00111111001111111111101101100011001111110011111100111111 | 3f3ffb633f3f3f |
EUC-JP | 岵?珣??? | 10001111101110111011011100111111100011111100101111110100001111110011111100111111 | 8fbbb73f8fcbf43f3f3f |
UTF-8 | 岵롊珣렋롈秊 | 111001011011001010110101111010111010000110001010111001111000111110100011111010111010000010001011111010111010000110001000111011111010011010010101 | e5b2b5eba18ae78fa3eba08beba188efa695 |
UHC | 岵롊珣렋롈秊 | 111110111100000010001110110100001110001011101001100011101010001010001110110011101110011011011100 | fbc08ed0e2e98ea28ecee6dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)